Html Css Color HEX #9ACC4F Atlantis

📋 copy color: '#9ACC4F'

red 154 ◦ green 204 ◦ blue 79

#9ACC4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9ACC4F

Tints of Atlantis #9ACC4F

RGB

 RED value IS 154 (60.55% from 255) = 35.24%

 GREEN value IS 204 (80.08% from 255) = 46.68%

 BLUE value IS 79 (31.25% from 255) = 18.08%

R = 35.24%
G = 46.68%
B = 18.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#9ACC4F (or 0x9ACC4F) is known color: Atlantis. HEX triplet: 9A, CC and 4F. RGB value is (154,204,79). Sum of RGB (Red+Green+Blue) = 154+204+79=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACC4F is #6533B0. Grayscale: #AFAFAF. Windows color (decimal): -6632369 or 5229722. OLE color: 5229722.

HSL color Cylindrical-coordinate representation of color #9ACC4F: hue angle of 84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9ACC4F is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 204 79 -
CMYK 0.25 0 0.61 0.2
HSL 84º 0.55% 0.55% -
HSV(B) 84º 0.61% 0.8% -
XYZ 36.33 50.62 15.25 -
YUV 174.8 73.94 113.16 -
System Red Green Blue C M Y K H S L
Decimal 154 204 79 0.25 0 0.61 0.2 84 0.55 0.55
Hex 9A CC 4F 19 0 3D 14 54 37 37
Octal 232 314 117 31 0 75 24 124 67 67
Binary 10011010 11001100 1001111 11001 0 111101 10100 1010100 110111 110111

Color Harmonies of #9ACC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC4F

Black with #9ACC4F

Text Example


Text Example

White with #9ACC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,204,79); }

 H1.HeaderClassName
 {
   color: #9ACC4F;
 }
 .AnyTagClassName
 {
   color: #9ACC4F;
 }
</style>

background-color css

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

 a { background-color: rgb(154,204,79); }

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

border-color css

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

 span { border-color: rgb(154,204,79); }

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