Html Css Color HEX #ABDC7C Feijoa

📋 copy color: '#ABDC7C'

red 171 ◦ green 220 ◦ blue 124

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

Shades of Feijoa #ABDC7C

Tints of Feijoa #ABDC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.08%

R = 33.2%
G = 42.72%
B = 24.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#ABDC7C (or 0xABDC7C) is known color: Feijoa. HEX triplet: AB, DC and 7C. RGB value is (171,220,124). Sum of RGB (Red+Green+Blue) = 171+220+124=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC7C is #542383. Grayscale: #C2C2C2. Windows color (decimal): -5514116 or 8182955. OLE color: 8182955.

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

Color convert

RGB 171 220 124 -
CMYK 0.22 0 0.44 0.14
HSL 90.63º 0.58% 0.67% -
HSV(B) 90.63º 0.44% 0.86% -
XYZ 46.03 61.3 28.47 -
YUV 194.41 88.27 111.31 -
System Red Green Blue C M Y K H S L
Decimal 171 220 124 0.22 0 0.44 0.14 90.63 0.58 0.67
Hex AB DC 7C 16 0 2C E 5B 3A 43
Octal 253 334 174 26 0 54 16 133 72 103
Binary 10101011 11011100 1111100 10110 0 101100 1110 1011011 111010 1000011

Color Harmonies of #ABDC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC7C

Black with #ABDC7C

Text Example


Text Example

White with #ABDC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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