Html Css Color HEX #9ACC95 Granny Smith Apple

📋 copy color: '#9ACC95'

red 154 ◦ green 204 ◦ blue 149

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

Shades of Granny Smith Apple #9ACC95

Tints of Granny Smith Apple #9ACC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.39%

R = 30.37%
G = 40.24%
B = 29.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#9ACC95 (or 0x9ACC95) is known color: Granny Smith Apple. HEX triplet: 9A, CC and 95. RGB value is (154,204,149). Sum of RGB (Red+Green+Blue) = 154+204+149=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACC95 is #65336A. Grayscale: #B6B6B6. Windows color (decimal): -6632299 or 9817242. OLE color: 9817242.

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

Color convert

RGB 154 204 149 -
CMYK 0.25 0 0.27 0.2
HSL 114.55º 0.35% 0.69% -
HSV(B) 114.55º 0.27% 0.8% -
XYZ 40.34 52.23 36.39 -
YUV 182.78 108.94 107.47 -
System Red Green Blue C M Y K H S L
Decimal 154 204 149 0.25 0 0.27 0.2 114.55 0.35 0.69
Hex 9A CC 95 19 0 1B 14 73 23 45
Octal 232 314 225 31 0 33 24 163 43 105
Binary 10011010 11001100 10010101 11001 0 11011 10100 1110011 100011 1000101

Color Harmonies of #9ACC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACC95

Black with #9ACC95

Text Example


Text Example

White with #9ACC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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