Html Css Color HEX #ABDC6E Feijoa

📋 copy color: '#ABDC6E'

red 171 ◦ green 220 ◦ blue 110

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

Shades of Feijoa #ABDC6E

Tints of Feijoa #ABDC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.96%

R = 34.13%
G = 43.91%
B = 21.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#ABDC6E (or 0xABDC6E) is known color: Feijoa. HEX triplet: AB, DC and 6E. RGB value is (171,220,110). Sum of RGB (Red+Green+Blue) = 171+220+110=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC6E is #542391. Grayscale: #C1C1C1. Windows color (decimal): -5514130 or 7265451. OLE color: 7265451.

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

Color convert

RGB 171 220 110 -
CMYK 0.22 0 0.50 0.14
HSL 86.73º 0.61% 0.65% -
HSV(B) 86.73º 0.5% 0.86% -
XYZ 45.2 60.97 24.14 -
YUV 192.81 81.27 112.44 -
System Red Green Blue C M Y K H S L
Decimal 171 220 110 0.22 0 0.50 0.14 86.73 0.61 0.65
Hex AB DC 6E 16 0 32 E 57 3D 41
Octal 253 334 156 26 0 62 16 127 75 101
Binary 10101011 11011100 1101110 10110 0 110010 1110 1010111 111101 1000001

Color Harmonies of #ABDC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC6E

Black with #ABDC6E

Text Example


Text Example

White with #ABDC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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