Html Css Color HEX #ACF495 Granny Smith Apple

📋 copy color: '#ACF495'

red 172 ◦ green 244 ◦ blue 149

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

Shades of Granny Smith Apple #ACF495

Tints of Granny Smith Apple #ACF495

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.19%

 BLUE value IS 149 (58.59% from 255) = 26.37%

R = 30.44%
G = 43.19%
B = 26.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#ACF495 (or 0xACF495) is known color: Granny Smith Apple. HEX triplet: AC, F4 and 95. RGB value is (172,244,149). Sum of RGB (Red+Green+Blue) = 172+244+149=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF495 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF495 is #530B6A. Grayscale: #D3D3D3. Windows color (decimal): -5442411 or 9827500. OLE color: 9827500.

HSL color Cylindrical-coordinate representation of color #ACF495: hue angle of 105.47º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACF495 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 149 -
CMYK 0.30 0 0.39 0.04
HSL 105.47º 0.81% 0.77% -
HSV(B) 105.47º 0.39% 0.96% -
XYZ 54.79 75.64 40.15 -
YUV 211.64 92.65 99.72 -
System Red Green Blue C M Y K H S L
Decimal 172 244 149 0.30 0 0.39 0.04 105.47 0.81 0.77
Hex AC F4 95 1E 0 27 4 69 51 4D
Octal 254 364 225 36 0 47 4 151 121 115
Binary 10101100 11110100 10010101 11110 0 100111 100 1101001 1010001 1001101

Color Harmonies of #ACF495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF495

Black with #ACF495

Text Example


Text Example

White with #ACF495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF495; }

 p { color: rgb(172,244,149); }

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

background-color css

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

 a { background-color: rgb(172,244,149); }

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

border-color css

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

 span { border-color: rgb(172,244,149); }

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