Html Css Color HEX #ABDD84 Feijoa

📋 copy color: '#ABDD84'

red 171 ◦ green 221 ◦ blue 132

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

Shades of Feijoa #ABDD84

Tints of Feijoa #ABDD84

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.18%

 BLUE value IS 132 (51.95% from 255) = 25.19%

R = 32.63%
G = 42.18%
B = 25.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#ABDD84 (or 0xABDD84) is known color: Feijoa. HEX triplet: AB, DD and 84. RGB value is (171,221,132). Sum of RGB (Red+Green+Blue) = 171+221+132=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD84 is #54227B. Grayscale: #C4C4C4. Windows color (decimal): -5513852 or 8707499. OLE color: 8707499.

HSL color Cylindrical-coordinate representation of color #ABDD84: hue angle of 93.71º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABDD84 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 132 -
CMYK 0.23 0 0.40 0.13
HSL 93.71º 0.57% 0.69% -
HSV(B) 93.71º 0.4% 0.87% -
XYZ 46.82 62.04 31.34 -
YUV 195.9 91.94 110.24 -
System Red Green Blue C M Y K H S L
Decimal 171 221 132 0.23 0 0.40 0.13 93.71 0.57 0.69
Hex AB DD 84 17 0 28 D 5E 39 45
Octal 253 335 204 27 0 50 15 136 71 105
Binary 10101011 11011101 10000100 10111 0 101000 1101 1011110 111001 1000101

Color Harmonies of #ABDD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDD84

Black with #ABDD84

Text Example


Text Example

White with #ABDD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDD84; }

 p { color: rgb(171,221,132); }

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

background-color css

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

 a { background-color: rgb(171,221,132); }

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

border-color css

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

 span { border-color: rgb(171,221,132); }

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