Html Css Color HEX #ABDC7D Feijoa

📋 copy color: '#ABDC7D'

red 171 ◦ green 220 ◦ blue 125

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

Shades of Feijoa #ABDC7D

Tints of Feijoa #ABDC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.22%

R = 33.14%
G = 42.64%
B = 24.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#ABDC7D (or 0xABDC7D) is known color: Feijoa. HEX triplet: AB, DC and 7D. RGB value is (171,220,125). Sum of RGB (Red+Green+Blue) = 171+220+125=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC7D is #542382. Grayscale: #C2C2C2. Windows color (decimal): -5514115 or 8248491. OLE color: 8248491.

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

Color convert

RGB 171 220 125 -
CMYK 0.22 0 0.43 0.14
HSL 90.95º 0.58% 0.68% -
HSV(B) 90.95º 0.43% 0.86% -
XYZ 46.09 61.33 28.81 -
YUV 194.52 88.77 111.22 -
System Red Green Blue C M Y K H S L
Decimal 171 220 125 0.22 0 0.43 0.14 90.95 0.58 0.68
Hex AB DC 7D 16 0 2B E 5B 3A 44
Octal 253 334 175 26 0 53 16 133 72 104
Binary 10101011 11011100 1111101 10110 0 101011 1110 1011011 111010 1000100

Color Harmonies of #ABDC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC7D

Black with #ABDC7D

Text Example


Text Example

White with #ABDC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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