Html Css Color HEX #ABF28C Granny Smith Apple

📋 copy color: '#ABF28C'

red 171 ◦ green 242 ◦ blue 140

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

Shades of Granny Smith Apple #ABF28C

Tints of Granny Smith Apple #ABF28C

RGB

 RED value IS 171 (67.19% from 255) = 30.92%

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

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

R = 30.92%
G = 43.76%
B = 25.32%

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

#ABF28C (or 0xABF28C) is known color: Granny Smith Apple. HEX triplet: AB, F2 and 8C. RGB value is (171,242,140). Sum of RGB (Red+Green+Blue) = 171+242+140=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF28C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF28C is #540D73. Grayscale: #D1D1D1. Windows color (decimal): -5508468 or 9237163. OLE color: 9237163.

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

Color convert

RGB 171 242 140 -
CMYK 0.29 0 0.42 0.05
HSL 101.76º 0.8% 0.75% -
HSV(B) 101.76º 0.42% 0.95% -
XYZ 53.28 74.06 36.3 -
YUV 209.14 88.98 100.79 -
System Red Green Blue C M Y K H S L
Decimal 171 242 140 0.29 0 0.42 0.05 101.76 0.8 0.75
Hex AB F2 8C 1D 0 2A 5 66 50 4B
Octal 253 362 214 35 0 52 5 146 120 113
Binary 10101011 11110010 10001100 11101 0 101010 101 1100110 1010000 1001011

Color Harmonies of #ABF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF28C

Black with #ABF28C

Text Example


Text Example

White with #ABF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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