Html Css Color HEX #ACF58D Granny Smith Apple

📋 copy color: '#ACF58D'

red 172 ◦ green 245 ◦ blue 141

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

Shades of Granny Smith Apple #ACF58D

Tints of Granny Smith Apple #ACF58D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.91%

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

R = 30.82%
G = 43.91%
B = 25.27%

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

#ACF58D (or 0xACF58D) is known color: Granny Smith Apple. HEX triplet: AC, F5 and 8D. RGB value is (172,245,141). Sum of RGB (Red+Green+Blue) = 172+245+141=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF58D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF58D is #530A72. Grayscale: #D3D3D3. Windows color (decimal): -5442163 or 9303468. OLE color: 9303468.

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

Color convert

RGB 172 245 141 -
CMYK 0.30 0 0.42 0.04
HSL 102.12º 0.84% 0.76% -
HSV(B) 102.12º 0.42% 0.96% -
XYZ 54.47 76 37 -
YUV 211.32 88.32 99.96 -
System Red Green Blue C M Y K H S L
Decimal 172 245 141 0.30 0 0.42 0.04 102.12 0.84 0.76
Hex AC F5 8D 1E 0 2A 4 66 54 4C
Octal 254 365 215 36 0 52 4 146 124 114
Binary 10101100 11110101 10001101 11110 0 101010 100 1100110 1010100 1001100

Color Harmonies of #ACF58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF58D

Black with #ACF58D

Text Example


Text Example

White with #ACF58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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