Html Css Color HEX #ABE072 Feijoa

📋 copy color: '#ABE072'

red 171 ◦ green 224 ◦ blue 114

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

Shades of Feijoa #ABE072

Tints of Feijoa #ABE072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

 BLUE value IS 114 (44.92% from 255) = 22.4%

R = 33.6%
G = 44.01%
B = 22.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#ABE072 (or 0xABE072) is known color: Feijoa. HEX triplet: AB, E0 and 72. RGB value is (171,224,114). Sum of RGB (Red+Green+Blue) = 171+224+114=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE072 is #541F8D. Grayscale: #C3C3C3. Windows color (decimal): -5513102 or 7528619. OLE color: 7528619.

HSL color Cylindrical-coordinate representation of color #ABE072: hue angle of 88.91º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABE072 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 224 114 -
CMYK 0.24 0 0.49 0.12
HSL 88.91º 0.64% 0.66% -
HSV(B) 88.91º 0.49% 0.88% -
XYZ 46.49 63.18 25.67 -
YUV 195.61 81.94 110.44 -
System Red Green Blue C M Y K H S L
Decimal 171 224 114 0.24 0 0.49 0.12 88.91 0.64 0.66
Hex AB E0 72 18 0 31 C 59 40 42
Octal 253 340 162 30 0 61 14 131 100 102
Binary 10101011 11100000 1110010 11000 0 110001 1100 1011001 1000000 1000010

Color Harmonies of #ABE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE072

Black with #ABE072

Text Example


Text Example

White with #ABE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE072; }

 p { color: rgb(171,224,114); }

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

background-color css

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

 a { background-color: rgb(171,224,114); }

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

border-color css

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

 span { border-color: rgb(171,224,114); }

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