Html Css Color HEX #ACF88D Granny Smith Apple

📋 copy color: '#ACF88D'

red 172 ◦ green 248 ◦ blue 141

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

Shades of Granny Smith Apple #ACF88D

Tints of Granny Smith Apple #ACF88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.13%

R = 30.66%
G = 44.21%
B = 25.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#ACF88D (or 0xACF88D) is known color: Granny Smith Apple. HEX triplet: AC, F8 and 8D. RGB value is (172,248,141). Sum of RGB (Red+Green+Blue) = 172+248+141=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF88D is #530772. Grayscale: #D5D5D5. Windows color (decimal): -5441395 or 9304236. OLE color: 9304236.

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

Color convert

RGB 172 248 141 -
CMYK 0.31 0 0.43 0.03
HSL 102.62º 0.88% 0.76% -
HSV(B) 102.62º 0.43% 0.97% -
XYZ 55.39 77.83 37.3 -
YUV 213.08 87.32 98.7 -
System Red Green Blue C M Y K H S L
Decimal 172 248 141 0.31 0 0.43 0.03 102.62 0.88 0.76
Hex AC F8 8D 1F 0 2B 3 67 58 4C
Octal 254 370 215 37 0 53 3 147 130 114
Binary 10101100 11111000 10001101 11111 0 101011 11 1100111 1011000 1001100

Color Harmonies of #ACF88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF88D

Black with #ACF88D

Text Example


Text Example

White with #ACF88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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