Html Css Color HEX #ACF28C Granny Smith Apple

📋 copy color: '#ACF28C'

red 172 ◦ green 242 ◦ blue 140

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

Shades of Granny Smith Apple #ACF28C

Tints of Granny Smith Apple #ACF28C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.68%

 BLUE value IS 140 (55.08% from 255) = 25.27%

R = 31.05%
G = 43.68%
B = 25.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#ACF28C (or 0xACF28C) is known color: Granny Smith Apple. HEX triplet: AC, F2 and 8C. RGB value is (172,242,140). Sum of RGB (Red+Green+Blue) = 172+242+140=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF28C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF28C is #530D73. Grayscale: #D1D1D1. Windows color (decimal): -5442932 or 9237164. OLE color: 9237164.

HSL color Cylindrical-coordinate representation of color #ACF28C: hue angle of 101.18º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACF28C is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 140 -
CMYK 0.29 0 0.42 0.05
HSL 101.18º 0.8% 0.75% -
HSV(B) 101.18º 0.42% 0.95% -
XYZ 53.5 74.17 36.31 -
YUV 209.44 88.81 101.29 -
System Red Green Blue C M Y K H S L
Decimal 172 242 140 0.29 0 0.42 0.05 101.18 0.8 0.75
Hex AC F2 8C 1D 0 2A 5 65 50 4B
Octal 254 362 214 35 0 52 5 145 120 113
Binary 10101100 11110010 10001100 11101 0 101010 101 1100101 1010000 1001011

Color Harmonies of #ACF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF28C

Black with #ACF28C

Text Example


Text Example

White with #ACF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF28C; }

 p { color: rgb(172,242,140); }

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

background-color css

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

 a { background-color: rgb(172,242,140); }

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

border-color css

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

 span { border-color: rgb(172,242,140); }

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