Html Css Color HEX #9ACF9A Granny Smith Apple

📋 copy color: '#9ACF9A'

red 154 ◦ green 207 ◦ blue 154

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

Shades of Granny Smith Apple #9ACF9A

Tints of Granny Smith Apple #9ACF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.9%

R = 29.9%
G = 40.19%
B = 29.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#9ACF9A (or 0x9ACF9A) is known color: Granny Smith Apple. HEX triplet: 9A, CF and 9A. RGB value is (154,207,154). Sum of RGB (Red+Green+Blue) = 154+207+154=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACF9A is #653065. Grayscale: #B9B9B9. Windows color (decimal): -6631526 or 10145690. OLE color: 10145690.

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

Color convert

RGB 154 207 154 -
CMYK 0.26 0 0.26 0.19
HSL 120º 0.36% 0.71% -
HSV(B) 120º 0.26% 0.81% -
XYZ 41.47 53.83 38.78 -
YUV 185.11 110.44 105.81 -
System Red Green Blue C M Y K H S L
Decimal 154 207 154 0.26 0 0.26 0.19 120 0.36 0.71
Hex 9A CF 9A 1A 0 1A 13 78 24 47
Octal 232 317 232 32 0 32 23 170 44 107
Binary 10011010 11001111 10011010 11010 0 11010 10011 1111000 100100 1000111

Color Harmonies of #9ACF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACF9A

Black with #9ACF9A

Text Example


Text Example

White with #9ACF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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