Html Css Color HEX #ABE484 Feijoa

📋 copy color: '#ABE484'

red 171 ◦ green 228 ◦ blue 132

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

Shades of Feijoa #ABE484

Tints of Feijoa #ABE484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.86%

R = 32.2%
G = 42.94%
B = 24.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#ABE484 (or 0xABE484) is known color: Feijoa. HEX triplet: AB, E4 and 84. RGB value is (171,228,132). Sum of RGB (Red+Green+Blue) = 171+228+132=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE484 is #541B7B. Grayscale: #C8C8C8. Windows color (decimal): -5512060 or 8709291. OLE color: 8709291.

HSL color Cylindrical-coordinate representation of color #ABE484: hue angle of 95.62º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABE484 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 228 132 -
CMYK 0.25 0 0.42 0.11
HSL 95.63º 0.64% 0.71% -
HSV(B) 95.63º 0.42% 0.89% -
XYZ 48.7 65.81 31.97 -
YUV 200.01 89.62 107.31 -
System Red Green Blue C M Y K H S L
Decimal 171 228 132 0.25 0 0.42 0.11 95.63 0.64 0.71
Hex AB E4 84 19 0 2A B 60 40 47
Octal 253 344 204 31 0 52 13 140 100 107
Binary 10101011 11100100 10000100 11001 0 101010 1011 1100000 1000000 1000111

Color Harmonies of #ABE484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE484

Black with #ABE484

Text Example


Text Example

White with #ABE484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE484; }

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

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

background-color css

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

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

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

border-color css

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

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

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