Html Css Color HEX #ABDC93 Feijoa

📋 copy color: '#ABDC93'

red 171 ◦ green 220 ◦ blue 147

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

Shades of Feijoa #ABDC93

Tints of Feijoa #ABDC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.32%

R = 31.78%
G = 40.89%
B = 27.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#ABDC93 (or 0xABDC93) is known color: Feijoa. HEX triplet: AB, DC and 93. RGB value is (171,220,147). Sum of RGB (Red+Green+Blue) = 171+220+147=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC93 is #54236C. Grayscale: #C5C5C5. Windows color (decimal): -5514093 or 9690283. OLE color: 9690283.

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

Color convert

RGB 171 220 147 -
CMYK 0.22 0 0.33 0.14
HSL 100.27º 0.51% 0.72% -
HSV(B) 100.27º 0.33% 0.86% -
XYZ 47.65 61.95 37.05 -
YUV 197.03 99.77 109.44 -
System Red Green Blue C M Y K H S L
Decimal 171 220 147 0.22 0 0.33 0.14 100.27 0.51 0.72
Hex AB DC 93 16 0 21 E 64 33 48
Octal 253 334 223 26 0 41 16 144 63 110
Binary 10101011 11011100 10010011 10110 0 100001 1110 1100100 110011 1001000

Color Harmonies of #ABDC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC93

Black with #ABDC93

Text Example


Text Example

White with #ABDC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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