Html Css Color HEX #9ACF96 Granny Smith Apple

📋 copy color: '#9ACF96'

red 154 ◦ green 207 ◦ blue 150

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

Shades of Granny Smith Apple #9ACF96

Tints of Granny Smith Apple #9ACF96

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.51%

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

R = 30.14%
G = 40.51%
B = 29.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#9ACF96 (or 0x9ACF96) is known color: Granny Smith Apple. HEX triplet: 9A, CF and 96. RGB value is (154,207,150). Sum of RGB (Red+Green+Blue) = 154+207+150=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACF96 is #653069. Grayscale: #B8B8B8. Windows color (decimal): -6631530 or 9883546. OLE color: 9883546.

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

Color convert

RGB 154 207 150 -
CMYK 0.26 0 0.28 0.19
HSL 115.79º 0.37% 0.7% -
HSV(B) 115.79º 0.28% 0.81% -
XYZ 41.14 53.7 37.05 -
YUV 184.66 108.44 106.13 -
System Red Green Blue C M Y K H S L
Decimal 154 207 150 0.26 0 0.28 0.19 115.79 0.37 0.7
Hex 9A CF 96 1A 0 1C 13 74 25 46
Octal 232 317 226 32 0 34 23 164 45 106
Binary 10011010 11001111 10010110 11010 0 11100 10011 1110100 100101 1000110

Color Harmonies of #9ACF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACF96

Black with #9ACF96

Text Example


Text Example

White with #9ACF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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