Html Css Color HEX #ABDC72 Feijoa

📋 copy color: '#ABDC72'

red 171 ◦ green 220 ◦ blue 114

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

Shades of Feijoa #ABDC72

Tints of Feijoa #ABDC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 33.86%
G = 43.56%
B = 22.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#ABDC72 (or 0xABDC72) is known color: Feijoa. HEX triplet: AB, DC and 72. RGB value is (171,220,114). Sum of RGB (Red+Green+Blue) = 171+220+114=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC72 is #54238D. Grayscale: #C1C1C1. Windows color (decimal): -5514126 or 7527595. OLE color: 7527595.

HSL color Cylindrical-coordinate representation of color #ABDC72: hue angle of 87.74º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABDC72 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 114 -
CMYK 0.22 0 0.48 0.14
HSL 87.74º 0.6% 0.65% -
HSV(B) 87.74º 0.48% 0.86% -
XYZ 45.43 61.06 25.31 -
YUV 193.27 83.27 112.12 -
System Red Green Blue C M Y K H S L
Decimal 171 220 114 0.22 0 0.48 0.14 87.74 0.6 0.65
Hex AB DC 72 16 0 30 E 58 3C 41
Octal 253 334 162 26 0 60 16 130 74 101
Binary 10101011 11011100 1110010 10110 0 110000 1110 1011000 111100 1000001

Color Harmonies of #ABDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC72

Black with #ABDC72

Text Example


Text Example

White with #ABDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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