Html Css Color HEX #ACF88A Granny Smith Apple

📋 copy color: '#ACF88A'

red 172 ◦ green 248 ◦ blue 138

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

Shades of Granny Smith Apple #ACF88A

Tints of Granny Smith Apple #ACF88A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.44%

 BLUE value IS 138 (54.3% from 255) = 24.73%

R = 30.82%
G = 44.44%
B = 24.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#ACF88A (or 0xACF88A) is known color: Granny Smith Apple. HEX triplet: AC, F8 and 8A. RGB value is (172,248,138). Sum of RGB (Red+Green+Blue) = 172+248+138=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF88A is #530775. Grayscale: #D5D5D5. Windows color (decimal): -5441398 or 9107628. OLE color: 9107628.

HSL color Cylindrical-coordinate representation of color #ACF88A: hue angle of 101.45º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACF88A is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 138 -
CMYK 0.31 0 0.44 0.03
HSL 101.45º 0.89% 0.76% -
HSV(B) 101.45º 0.44% 0.97% -
XYZ 55.17 77.74 36.14 -
YUV 212.74 85.82 98.94 -
System Red Green Blue C M Y K H S L
Decimal 172 248 138 0.31 0 0.44 0.03 101.45 0.89 0.76
Hex AC F8 8A 1F 0 2C 3 65 59 4C
Octal 254 370 212 37 0 54 3 145 131 114
Binary 10101100 11111000 10001010 11111 0 101100 11 1100101 1011001 1001100

Color Harmonies of #ACF88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF88A

Black with #ACF88A

Text Example


Text Example

White with #ACF88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF88A; }

 p { color: rgb(172,248,138); }

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

background-color css

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

 a { background-color: rgb(172,248,138); }

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

border-color css

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

 span { border-color: rgb(172,248,138); }

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