Html Css Color HEX #ACF28D Granny Smith Apple

📋 copy color: '#ACF28D'

red 172 ◦ green 242 ◦ blue 141

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

Shades of Granny Smith Apple #ACF28D

Tints of Granny Smith Apple #ACF28D

RGB

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

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

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

R = 30.99%
G = 43.6%
B = 25.41%

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

#ACF28D (or 0xACF28D) is known color: Granny Smith Apple. HEX triplet: AC, F2 and 8D. RGB value is (172,242,141). Sum of RGB (Red+Green+Blue) = 172+242+141=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF28D is #530D72. Grayscale: #D1D1D1. Windows color (decimal): -5442931 or 9302700. OLE color: 9302700.

HSL color Cylindrical-coordinate representation of color #ACF28D: hue angle of 101.58º 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 #ACF28D is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 141 -
CMYK 0.29 0 0.42 0.05
HSL 101.58º 0.8% 0.75% -
HSV(B) 101.58º 0.42% 0.95% -
XYZ 53.57 74.2 36.7 -
YUV 209.56 89.31 101.21 -
System Red Green Blue C M Y K H S L
Decimal 172 242 141 0.29 0 0.42 0.05 101.58 0.8 0.75
Hex AC F2 8D 1D 0 2A 5 66 50 4B
Octal 254 362 215 35 0 52 5 146 120 113
Binary 10101100 11110010 10001101 11101 0 101010 101 1100110 1010000 1001011

Color Harmonies of #ACF28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF28D

Black with #ACF28D

Text Example


Text Example

White with #ACF28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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