#9acf3f

Color #9ACF3F Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9ACF3F

Tints of Atlantis #9ACF3F

Color information

#9ACF3F (or 0x9ACF3F) is unknown color: approx Atlantis. HEX triplet: 9A, CF and 3F. RGB value is (154,207,63). Sum of RGB (Red+Green+Blue) = 154+207+63=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACF3F is #6530C0. Grayscale: #AFAFAF. Windows color (decimal): -6631617 or 4181914. OLE color: 4181914.

HSL color Cylindrical-coordinate representation of color #9ACF3F: hue angle of 82.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9ACF3F is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB15420763-
CMYK0.2600.700.19
HSL82.08º60%52.94%-
HSV(B)82.08º69.57%81.18%-
XYZ36.5451.8512.79-
YUV174.7464.94113.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 36.32%
GREEN value IS 207 (81.25% from 255) = 48.82%
BLUE value IS 63 (25% from 255) = 14.86%
R=36.32%
G=48.82%
B=14.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154207630.2600.700.1982.086052.94
Hex9ACF3F1A04613523c35
Octal23231777320106231227465
Binary10011010110011111111111101001000110100111010010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9acf3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9acf3f; }

 p { color: rgb(154,207,63); }

 H1.HeaderClassName
 {
   color: #9acf3f;
 }
 .AnyTagClassName
 {
   color: #9acf3f;
 }
</style>
background-color css

<style>
 a { background-color: #9acf3f; }

 a { background-color: rgb(154,207,63); }

 div.DivClassName
 {
   background-color: #9acf3f;
 }
 .BgClassName
 {
   background-color: #9acf3f;
 }
</style>
border-color css

<style>
 span { border-color: #9acf3f; }

 span { border-color: rgb(154,207,63); }

 td.TdClassName
 {
   border-color: #9acf3f;
 }
 .TagClassName
 {
   border-color: #9acf3f;
 }
</style>