Html Css Color HEX #ABDC73 Feijoa

📋 copy color: '#ABDC73'

red 171 ◦ green 220 ◦ blue 115

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

Shades of Feijoa #ABDC73

Tints of Feijoa #ABDC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.73%

R = 33.79%
G = 43.48%
B = 22.73%

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

#ABDC73 (or 0xABDC73) is known color: Feijoa. HEX triplet: AB, DC and 73. RGB value is (171,220,115). Sum of RGB (Red+Green+Blue) = 171+220+115=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC73 is #54238C. Grayscale: #C1C1C1. Windows color (decimal): -5514125 or 7593131. OLE color: 7593131.

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

Color convert

RGB 171 220 115 -
CMYK 0.22 0 0.48 0.14
HSL 88º 0.6% 0.66% -
HSV(B) 88º 0.48% 0.86% -
XYZ 45.48 61.08 25.61 -
YUV 193.38 83.77 112.04 -
System Red Green Blue C M Y K H S L
Decimal 171 220 115 0.22 0 0.48 0.14 88 0.6 0.66
Hex AB DC 73 16 0 30 E 58 3C 42
Octal 253 334 163 26 0 60 16 130 74 102
Binary 10101011 11011100 1110011 10110 0 110000 1110 1011000 111100 1000010

Color Harmonies of #ABDC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC73

Black with #ABDC73

Text Example


Text Example

White with #ABDC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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