Html Css Color HEX #ABEB70 Feijoa

📋 copy color: '#ABEB70'

red 171 ◦ green 235 ◦ blue 112

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

Shades of Feijoa #ABEB70

Tints of Feijoa #ABEB70

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.37%

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

R = 33.01%
G = 45.37%
B = 21.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#ABEB70 (or 0xABEB70) is known color: Feijoa. HEX triplet: AB, EB and 70. RGB value is (171,235,112). Sum of RGB (Red+Green+Blue) = 171+235+112=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEB70 is #54148F. Grayscale: #CACACA. Windows color (decimal): -5510288 or 7400363. OLE color: 7400363.

HSL color Cylindrical-coordinate representation of color #ABEB70: hue angle of 91.22º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABEB70 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 235 112 -
CMYK 0.27 0 0.52 0.08
HSL 91.22º 0.75% 0.68% -
HSV(B) 91.22º 0.52% 0.92% -
XYZ 49.43 69.24 26.09 -
YUV 201.84 77.3 106 -
System Red Green Blue C M Y K H S L
Decimal 171 235 112 0.27 0 0.52 0.08 91.22 0.75 0.68
Hex AB EB 70 1B 0 34 8 5B 4B 44
Octal 253 353 160 33 0 64 10 133 113 104
Binary 10101011 11101011 1110000 11011 0 110100 1000 1011011 1001011 1000100

Color Harmonies of #ABEB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEB70

Black with #ABEB70

Text Example


Text Example

White with #ABEB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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