Html Css Color HEX #ABDD70 Feijoa

📋 copy color: '#ABDD70'

red 171 ◦ green 221 ◦ blue 112

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

Shades of Feijoa #ABDD70

Tints of Feijoa #ABDD70

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.85%

 BLUE value IS 112 (44.14% from 255) = 22.22%

R = 33.93%
G = 43.85%
B = 22.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#ABDD70 (or 0xABDD70) is known color: Feijoa. HEX triplet: AB, DD and 70. RGB value is (171,221,112). Sum of RGB (Red+Green+Blue) = 171+221+112=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD70 is #54228F. Grayscale: #C2C2C2. Windows color (decimal): -5513872 or 7396779. OLE color: 7396779.

HSL color Cylindrical-coordinate representation of color #ABDD70: hue angle of 87.52º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABDD70 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 112 -
CMYK 0.23 0 0.49 0.13
HSL 87.52º 0.62% 0.65% -
HSV(B) 87.52º 0.49% 0.87% -
XYZ 45.58 61.54 24.81 -
YUV 193.62 81.94 111.86 -
System Red Green Blue C M Y K H S L
Decimal 171 221 112 0.23 0 0.49 0.13 87.52 0.62 0.65
Hex AB DD 70 17 0 31 D 58 3E 41
Octal 253 335 160 27 0 61 15 130 76 101
Binary 10101011 11011101 1110000 10111 0 110001 1101 1011000 111110 1000001

Color Harmonies of #ABDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDD70

Black with #ABDD70

Text Example


Text Example

White with #ABDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDD70; }

 p { color: rgb(171,221,112); }

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

background-color css

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

 a { background-color: rgb(171,221,112); }

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

border-color css

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

 span { border-color: rgb(171,221,112); }

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