Html Css Color HEX #ABE472 Feijoa

📋 copy color: '#ABE472'

red 171 ◦ green 228 ◦ blue 114

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

Shades of Feijoa #ABE472

Tints of Feijoa #ABE472

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.44%

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

R = 33.33%
G = 44.44%
B = 22.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#ABE472 (or 0xABE472) is known color: Feijoa. HEX triplet: AB, E4 and 72. RGB value is (171,228,114). Sum of RGB (Red+Green+Blue) = 171+228+114=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE472 is #541B8D. Grayscale: #C6C6C6. Windows color (decimal): -5512078 or 7529643. OLE color: 7529643.

HSL color Cylindrical-coordinate representation of color #ABE472: hue angle of 90º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABE472 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 228 114 -
CMYK 0.25 0 0.50 0.11
HSL 90º 0.68% 0.67% -
HSV(B) 90º 0.5% 0.89% -
XYZ 47.58 65.36 26.03 -
YUV 197.96 80.62 108.77 -
System Red Green Blue C M Y K H S L
Decimal 171 228 114 0.25 0 0.50 0.11 90 0.68 0.67
Hex AB E4 72 19 0 32 B 5A 44 43
Octal 253 344 162 31 0 62 13 132 104 103
Binary 10101011 11100100 1110010 11001 0 110010 1011 1011010 1000100 1000011

Color Harmonies of #ABE472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE472

Black with #ABE472

Text Example


Text Example

White with #ABE472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE472; }

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

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

background-color css

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

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

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

border-color css

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

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

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