Html Css Color HEX #ACF196 Granny Smith Apple

📋 copy color: '#ACF196'

red 172 ◦ green 241 ◦ blue 150

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

Shades of Granny Smith Apple #ACF196

Tints of Granny Smith Apple #ACF196

RGB

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

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

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

R = 30.55%
G = 42.81%
B = 26.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#ACF196 (or 0xACF196) is known color: Granny Smith Apple. HEX triplet: AC, F1 and 96. RGB value is (172,241,150). Sum of RGB (Red+Green+Blue) = 172+241+150=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF196 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF196 is #530E69. Grayscale: #D2D2D2. Windows color (decimal): -5443178 or 9892268. OLE color: 9892268.

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

Color convert

RGB 172 241 150 -
CMYK 0.29 0 0.38 0.05
HSL 105.49º 0.76% 0.77% -
HSV(B) 105.49º 0.38% 0.95% -
XYZ 53.97 73.88 40.27 -
YUV 210 94.14 100.9 -
System Red Green Blue C M Y K H S L
Decimal 172 241 150 0.29 0 0.38 0.05 105.49 0.76 0.77
Hex AC F1 96 1D 0 26 5 69 4C 4D
Octal 254 361 226 35 0 46 5 151 114 115
Binary 10101100 11110001 10010110 11101 0 100110 101 1101001 1001100 1001101

Color Harmonies of #ACF196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF196

Black with #ACF196

Text Example


Text Example

White with #ACF196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF196; }

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

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

background-color css

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

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

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

border-color css

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

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

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