Html Css Color HEX #ABDE70 Feijoa

📋 copy color: '#ABDE70'

red 171 ◦ green 222 ◦ blue 112

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

Shades of Feijoa #ABDE70

Tints of Feijoa #ABDE70

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

 BLUE value IS 112 (44.14% from 255) = 22.18%

R = 33.86%
G = 43.96%
B = 22.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#ABDE70 (or 0xABDE70) is known color: Feijoa. HEX triplet: AB, DE and 70. RGB value is (171,222,112). Sum of RGB (Red+Green+Blue) = 171+222+112=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE70 is #54218F. Grayscale: #C2C2C2. Windows color (decimal): -5513616 or 7397035. OLE color: 7397035.

HSL color Cylindrical-coordinate representation of color #ABDE70: hue angle of 87.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABDE70 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 222 112 -
CMYK 0.23 0 0.50 0.13
HSL 87.82º 0.63% 0.65% -
HSV(B) 87.82º 0.5% 0.87% -
XYZ 45.84 62.07 24.89 -
YUV 194.21 81.6 111.44 -
System Red Green Blue C M Y K H S L
Decimal 171 222 112 0.23 0 0.50 0.13 87.82 0.63 0.65
Hex AB DE 70 17 0 32 D 58 3E 41
Octal 253 336 160 27 0 62 15 130 76 101
Binary 10101011 11011110 1110000 10111 0 110010 1101 1011000 111110 1000001

Color Harmonies of #ABDE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDE70

Black with #ABDE70

Text Example


Text Example

White with #ABDE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDE70; }

 p { color: rgb(171,222,112); }

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

background-color css

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

 a { background-color: rgb(171,222,112); }

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

border-color css

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

 span { border-color: rgb(171,222,112); }

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