Html Css Color HEX #ABDC7F Feijoa

📋 copy color: '#ABDC7F'

red 171 ◦ green 220 ◦ blue 127

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

Shades of Feijoa #ABDC7F

Tints of Feijoa #ABDC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.52%

R = 33.01%
G = 42.47%
B = 24.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#ABDC7F (or 0xABDC7F) is known color: Feijoa. HEX triplet: AB, DC and 7F. RGB value is (171,220,127). Sum of RGB (Red+Green+Blue) = 171+220+127=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC7F is #542380. Grayscale: #C3C3C3. Windows color (decimal): -5514113 or 8379563. OLE color: 8379563.

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

Color convert

RGB 171 220 127 -
CMYK 0.22 0 0.42 0.14
HSL 91.61º 0.57% 0.68% -
HSV(B) 91.61º 0.42% 0.86% -
XYZ 46.22 61.38 29.49 -
YUV 194.75 89.77 111.06 -
System Red Green Blue C M Y K H S L
Decimal 171 220 127 0.22 0 0.42 0.14 91.61 0.57 0.68
Hex AB DC 7F 16 0 2A E 5C 39 44
Octal 253 334 177 26 0 52 16 134 71 104
Binary 10101011 11011100 1111111 10110 0 101010 1110 1011100 111001 1000100

Color Harmonies of #ABDC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC7F

Black with #ABDC7F

Text Example


Text Example

White with #ABDC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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