Html Css Color HEX #ABDE7D Feijoa

📋 copy color: '#ABDE7D'

red 171 ◦ green 222 ◦ blue 125

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

Shades of Feijoa #ABDE7D

Tints of Feijoa #ABDE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.13%

R = 33.01%
G = 42.86%
B = 24.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#ABDE7D (or 0xABDE7D) is known color: Feijoa. HEX triplet: AB, DE and 7D. RGB value is (171,222,125). Sum of RGB (Red+Green+Blue) = 171+222+125=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE7D is #542182. Grayscale: #C4C4C4. Windows color (decimal): -5513603 or 8249003. OLE color: 8249003.

HSL color Cylindrical-coordinate representation of color #ABDE7D: hue angle of 91.55º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABDE7D is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 222 125 -
CMYK 0.23 0 0.44 0.13
HSL 91.55º 0.6% 0.68% -
HSV(B) 91.55º 0.44% 0.87% -
XYZ 46.62 62.38 28.99 -
YUV 195.69 88.1 110.39 -
System Red Green Blue C M Y K H S L
Decimal 171 222 125 0.23 0 0.44 0.13 91.55 0.6 0.68
Hex AB DE 7D 17 0 2C D 5C 3C 44
Octal 253 336 175 27 0 54 15 134 74 104
Binary 10101011 11011110 1111101 10111 0 101100 1101 1011100 111100 1000100

Color Harmonies of #ABDE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDE7D

Black with #ABDE7D

Text Example


Text Example

White with #ABDE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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