Html Css Color HEX #ABEC70 Feijoa

📋 copy color: '#ABEC70'

red 171 ◦ green 236 ◦ blue 112

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

Shades of Feijoa #ABEC70

Tints of Feijoa #ABEC70

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.47%

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

R = 32.95%
G = 45.47%
B = 21.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ABEC70 (or 0xABEC70) is known color: Feijoa. HEX triplet: AB, EC and 70. RGB value is (171,236,112). Sum of RGB (Red+Green+Blue) = 171+236+112=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC70 is #54138F. Grayscale: #CACACA. Windows color (decimal): -5510032 or 7400619. OLE color: 7400619.

HSL color Cylindrical-coordinate representation of color #ABEC70: hue angle of 91.45º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABEC70 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 236 112 -
CMYK 0.28 0 0.53 0.07
HSL 91.45º 0.77% 0.68% -
HSV(B) 91.45º 0.53% 0.93% -
XYZ 49.71 69.82 26.19 -
YUV 202.43 76.97 105.58 -
System Red Green Blue C M Y K H S L
Decimal 171 236 112 0.28 0 0.53 0.07 91.45 0.77 0.68
Hex AB EC 70 1C 0 35 7 5B 4D 44
Octal 253 354 160 34 0 65 7 133 115 104
Binary 10101011 11101100 1110000 11100 0 110101 111 1011011 1001101 1000100

Color Harmonies of #ABEC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEC70

Black with #ABEC70

Text Example


Text Example

White with #ABEC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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