Html Css Color HEX #ABE074 Feijoa

📋 copy color: '#ABE074'

red 171 ◦ green 224 ◦ blue 116

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

Shades of Feijoa #ABE074

Tints of Feijoa #ABE074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.7%

R = 33.46%
G = 43.84%
B = 22.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#ABE074 (or 0xABE074) is known color: Feijoa. HEX triplet: AB, E0 and 74. RGB value is (171,224,116). Sum of RGB (Red+Green+Blue) = 171+224+116=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE074 is #541F8B. Grayscale: #C4C4C4. Windows color (decimal): -5513100 or 7659691. OLE color: 7659691.

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

Color convert

RGB 171 224 116 -
CMYK 0.24 0 0.48 0.12
HSL 89.44º 0.64% 0.67% -
HSV(B) 89.44º 0.48% 0.88% -
XYZ 46.6 63.23 26.27 -
YUV 195.84 82.94 110.28 -
System Red Green Blue C M Y K H S L
Decimal 171 224 116 0.24 0 0.48 0.12 89.44 0.64 0.67
Hex AB E0 74 18 0 30 C 59 40 43
Octal 253 340 164 30 0 60 14 131 100 103
Binary 10101011 11100000 1110100 11000 0 110000 1100 1011001 1000000 1000011

Color Harmonies of #ABE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE074

Black with #ABE074

Text Example


Text Example

White with #ABE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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