Html Css Color HEX #ACF48D Granny Smith Apple

📋 copy color: '#ACF48D'

red 172 ◦ green 244 ◦ blue 141

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

Shades of Granny Smith Apple #ACF48D

Tints of Granny Smith Apple #ACF48D

RGB

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

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

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

R = 30.88%
G = 43.81%
B = 25.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#ACF48D (or 0xACF48D) is known color: Granny Smith Apple. HEX triplet: AC, F4 and 8D. RGB value is (172,244,141). Sum of RGB (Red+Green+Blue) = 172+244+141=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF48D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF48D is #530B72. Grayscale: #D3D3D3. Windows color (decimal): -5442419 or 9303212. OLE color: 9303212.

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

Color convert

RGB 172 244 141 -
CMYK 0.30 0 0.42 0.04
HSL 101.94º 0.82% 0.75% -
HSV(B) 101.94º 0.42% 0.96% -
XYZ 54.17 75.4 36.9 -
YUV 210.73 88.65 100.38 -
System Red Green Blue C M Y K H S L
Decimal 172 244 141 0.30 0 0.42 0.04 101.94 0.82 0.75
Hex AC F4 8D 1E 0 2A 4 66 52 4B
Octal 254 364 215 36 0 52 4 146 122 113
Binary 10101100 11110100 10001101 11110 0 101010 100 1100110 1010010 1001011

Color Harmonies of #ACF48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF48D

Black with #ACF48D

Text Example


Text Example

White with #ACF48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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