Html Css Color HEX #ABE474 Feijoa

📋 copy color: '#ABE474'

red 171 ◦ green 228 ◦ blue 116

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

Shades of Feijoa #ABE474

Tints of Feijoa #ABE474

RGB

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

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

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

R = 33.2%
G = 44.27%
B = 22.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#ABE474 (or 0xABE474) is known color: Feijoa. HEX triplet: AB, E4 and 74. RGB value is (171,228,116). Sum of RGB (Red+Green+Blue) = 171+228+116=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE474 is #541B8B. Grayscale: #C6C6C6. Windows color (decimal): -5512076 or 7660715. OLE color: 7660715.

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

Color convert

RGB 171 228 116 -
CMYK 0.25 0 0.49 0.11
HSL 90.54º 0.67% 0.67% -
HSV(B) 90.54º 0.49% 0.89% -
XYZ 47.69 65.41 26.63 -
YUV 198.19 81.62 108.61 -
System Red Green Blue C M Y K H S L
Decimal 171 228 116 0.25 0 0.49 0.11 90.54 0.67 0.67
Hex AB E4 74 19 0 31 B 5B 43 43
Octal 253 344 164 31 0 61 13 133 103 103
Binary 10101011 11100100 1110100 11001 0 110001 1011 1011011 1000011 1000011

Color Harmonies of #ABE474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE474

Black with #ABE474

Text Example


Text Example

White with #ABE474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE474; }

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

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

background-color css

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

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

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

border-color css

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

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

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