Html Css Color HEX #ABDC83 Feijoa

📋 copy color: '#ABDC83'

red 171 ◦ green 220 ◦ blue 131

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

Shades of Feijoa #ABDC83

Tints of Feijoa #ABDC83

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.15%

 BLUE value IS 131 (51.56% from 255) = 25.1%

R = 32.76%
G = 42.15%
B = 25.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#ABDC83 (or 0xABDC83) is known color: Feijoa. HEX triplet: AB, DC and 83. RGB value is (171,220,131). Sum of RGB (Red+Green+Blue) = 171+220+131=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC83 is #54237C. Grayscale: #C3C3C3. Windows color (decimal): -5514109 or 8641707. OLE color: 8641707.

HSL color Cylindrical-coordinate representation of color #ABDC83: hue angle of 93.03º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABDC83 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 131 -
CMYK 0.22 0 0.40 0.14
HSL 93.03º 0.56% 0.69% -
HSV(B) 93.03º 0.4% 0.86% -
XYZ 46.48 61.48 30.89 -
YUV 195.2 91.77 110.74 -
System Red Green Blue C M Y K H S L
Decimal 171 220 131 0.22 0 0.40 0.14 93.03 0.56 0.69
Hex AB DC 83 16 0 28 E 5D 38 45
Octal 253 334 203 26 0 50 16 135 70 105
Binary 10101011 11011100 10000011 10110 0 101000 1110 1011101 111000 1000101

Color Harmonies of #ABDC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC83

Black with #ABDC83

Text Example


Text Example

White with #ABDC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC83; }

 p { color: rgb(171,220,131); }

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

background-color css

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

 a { background-color: rgb(171,220,131); }

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

border-color css

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

 span { border-color: rgb(171,220,131); }

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