Html Css Color HEX #ABE970 Feijoa

📋 copy color: '#ABE970'

red 171 ◦ green 233 ◦ blue 112

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

Shades of Feijoa #ABE970

Tints of Feijoa #ABE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.16%

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

R = 33.14%
G = 45.16%
B = 21.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#ABE970 (or 0xABE970) is known color: Feijoa. HEX triplet: AB, E9 and 70. RGB value is (171,233,112). Sum of RGB (Red+Green+Blue) = 171+233+112=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #ABE970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE970 is #54168F. Grayscale: #C9C9C9. Windows color (decimal): -5510800 or 7399851. OLE color: 7399851.

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

Color convert

RGB 171 233 112 -
CMYK 0.27 0 0.52 0.09
HSL 90.74º 0.73% 0.68% -
HSV(B) 90.74º 0.52% 0.91% -
XYZ 48.86 68.11 25.9 -
YUV 200.67 77.96 106.84 -
System Red Green Blue C M Y K H S L
Decimal 171 233 112 0.27 0 0.52 0.09 90.74 0.73 0.68
Hex AB E9 70 1B 0 34 9 5B 49 44
Octal 253 351 160 33 0 64 11 133 111 104
Binary 10101011 11101001 1110000 11011 0 110100 1001 1011011 1001001 1000100

Color Harmonies of #ABE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE970

Black with #ABE970

Text Example


Text Example

White with #ABE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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