Html Css Color HEX #ACF197 Granny Smith Apple

📋 copy color: '#ACF197'

red 172 ◦ green 241 ◦ blue 151

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

Shades of Granny Smith Apple #ACF197

Tints of Granny Smith Apple #ACF197

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.73%

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

R = 30.5%
G = 42.73%
B = 26.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#ACF197 (or 0xACF197) is known color: Granny Smith Apple. HEX triplet: AC, F1 and 97. RGB value is (172,241,151). Sum of RGB (Red+Green+Blue) = 172+241+151=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF197 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF197 is #530E68. Grayscale: #D2D2D2. Windows color (decimal): -5443177 or 9957804. OLE color: 9957804.

HSL color Cylindrical-coordinate representation of color #ACF197: hue angle of 106º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACF197 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 151 -
CMYK 0.29 0 0.37 0.05
HSL 106º 0.76% 0.77% -
HSV(B) 106º 0.37% 0.95% -
XYZ 54.05 73.92 40.7 -
YUV 210.11 94.64 100.82 -
System Red Green Blue C M Y K H S L
Decimal 172 241 151 0.29 0 0.37 0.05 106 0.76 0.77
Hex AC F1 97 1D 0 25 5 6A 4C 4D
Octal 254 361 227 35 0 45 5 152 114 115
Binary 10101100 11110001 10010111 11101 0 100101 101 1101010 1001100 1001101

Color Harmonies of #ACF197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF197

Black with #ACF197

Text Example


Text Example

White with #ACF197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF197; }

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

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

background-color css

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

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

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

border-color css

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

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

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