Html Css Color HEX #ACF097 Granny Smith Apple

📋 copy color: '#ACF097'

red 172 ◦ green 240 ◦ blue 151

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

Shades of Granny Smith Apple #ACF097

Tints of Granny Smith Apple #ACF097

RGB

 RED value IS 172 (67.58% from 255) = 30.55%

 GREEN value IS 240 (94.14% from 255) = 42.63%

 BLUE value IS 151 (59.38% from 255) = 26.82%

R = 30.55%
G = 42.63%
B = 26.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#ACF097 (or 0xACF097) is known color: Granny Smith Apple. HEX triplet: AC, F0 and 97. RGB value is (172,240,151). Sum of RGB (Red+Green+Blue) = 172+240+151=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF097 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF097 is #530F68. Grayscale: #D1D1D1. Windows color (decimal): -5443433 or 9957548. OLE color: 9957548.

HSL color Cylindrical-coordinate representation of color #ACF097: hue angle of 105.84º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACF097 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 151 -
CMYK 0.28 0 0.37 0.06
HSL 105.84º 0.75% 0.77% -
HSV(B) 105.84º 0.37% 0.94% -
XYZ 53.76 73.33 40.6 -
YUV 209.52 94.97 101.24 -
System Red Green Blue C M Y K H S L
Decimal 172 240 151 0.28 0 0.37 0.06 105.84 0.75 0.77
Hex AC F0 97 1C 0 25 6 6A 4B 4D
Octal 254 360 227 34 0 45 6 152 113 115
Binary 10101100 11110000 10010111 11100 0 100101 110 1101010 1001011 1001101

Color Harmonies of #ACF097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF097

Black with #ACF097

Text Example


Text Example

White with #ACF097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF097; }

 p { color: rgb(172,240,151); }

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

background-color css

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

 a { background-color: rgb(172,240,151); }

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

border-color css

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

 span { border-color: rgb(172,240,151); }

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