#9ACF44

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

Shades of Atlantis #9ACF44

Tints of Atlantis #9ACF44

Color information

#9ACF44 (or 0x9ACF44) is unknown color: approx Atlantis. HEX triplet: 9A, CF and 44. RGB value is (154,207,68). Sum of RGB (Red+Green+Blue) = 154+207+68=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACF44 is #6530BB. Grayscale: #AFAFAF. Windows color (decimal): -6631612 or 4509594. OLE color: 4509594.

HSL color Cylindrical-coordinate representation of color #9ACF44: hue angle of 82.88º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9ACF44 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB15420768-
CMYK0.2600.670.19
HSL82.88º59.15%53.92%-
HSV(B)82.88º67.15%81.18%-
XYZ36.6851.9113.56-
YUV175.3167.44112.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 207 (81.25% from 255) = 48.25%
BLUE value IS 68 (26.95% from 255) = 15.85%
R=35.90%
G=48.25%
B=15.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154207680.2600.670.1982.8859.1553.92
Hex9ACF441A04313533b36
Octal232317104320103231237366
Binary100110101100111110001001101001000011100111010011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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