Html Css Color HEX #ABD28D Feijoa

📋 copy color: '#ABD28D'

red 171 ◦ green 210 ◦ blue 141

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

Shades of Feijoa #ABD28D

Tints of Feijoa #ABD28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.23%

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

R = 32.76%
G = 40.23%
B = 27.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#ABD28D (or 0xABD28D) is known color: Feijoa. HEX triplet: AB, D2 and 8D. RGB value is (171,210,141). Sum of RGB (Red+Green+Blue) = 171+210+141=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD28D is #542D72. Grayscale: #BEBEBE. Windows color (decimal): -5516659 or 9294507. OLE color: 9294507.

HSL color Cylindrical-coordinate representation of color #ABD28D: hue angle of 93.91º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABD28D is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 210 141 -
CMYK 0.19 0 0.33 0.18
HSL 93.91º 0.43% 0.69% -
HSV(B) 93.91º 0.33% 0.82% -
XYZ 44.65 56.67 33.79 -
YUV 190.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 171 210 141 0.19 0 0.33 0.18 93.91 0.43 0.69
Hex AB D2 8D 13 0 21 12 5E 2B 45
Octal 253 322 215 23 0 41 22 136 53 105
Binary 10101011 11010010 10001101 10011 0 100001 10010 1011110 101011 1000101

Color Harmonies of #ABD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD28D

Black with #ABD28D

Text Example


Text Example

White with #ABD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD28D; }

 p { color: rgb(171,210,141); }

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

background-color css

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

 a { background-color: rgb(171,210,141); }

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

border-color css

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

 span { border-color: rgb(171,210,141); }

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