Html Css Color HEX #9ACC96 Granny Smith Apple

📋 copy color: '#9ACC96'

red 154 ◦ green 204 ◦ blue 150

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

Shades of Granny Smith Apple #9ACC96

Tints of Granny Smith Apple #9ACC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.53%

R = 30.31%
G = 40.16%
B = 29.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#9ACC96 (or 0x9ACC96) is known color: Granny Smith Apple. HEX triplet: 9A, CC and 96. RGB value is (154,204,150). Sum of RGB (Red+Green+Blue) = 154+204+150=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACC96 is #653369. Grayscale: #B7B7B7. Windows color (decimal): -6632298 or 9882778. OLE color: 9882778.

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

Color convert

RGB 154 204 150 -
CMYK 0.25 0 0.26 0.2
HSL 115.56º 0.35% 0.69% -
HSV(B) 115.56º 0.26% 0.8% -
XYZ 40.42 52.26 36.81 -
YUV 182.89 109.44 107.39 -
System Red Green Blue C M Y K H S L
Decimal 154 204 150 0.25 0 0.26 0.2 115.56 0.35 0.69
Hex 9A CC 96 19 0 1A 14 74 23 45
Octal 232 314 226 31 0 32 24 164 43 105
Binary 10011010 11001100 10010110 11001 0 11010 10100 1110100 100011 1000101

Color Harmonies of #9ACC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC96

Black with #9ACC96

Text Example


Text Example

White with #9ACC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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