Html Css Color HEX #ABE48C Feijoa

📋 copy color: '#ABE48C'

red 171 ◦ green 228 ◦ blue 140

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

Shades of Feijoa #ABE48C

Tints of Feijoa #ABE48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.97%

R = 31.73%
G = 42.3%
B = 25.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#ABE48C (or 0xABE48C) is known color: Feijoa. HEX triplet: AB, E4 and 8C. RGB value is (171,228,140). Sum of RGB (Red+Green+Blue) = 171+228+140=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE48C is #541B73. Grayscale: #C9C9C9. Windows color (decimal): -5512052 or 9233579. OLE color: 9233579.

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

Color convert

RGB 171 228 140 -
CMYK 0.25 0 0.39 0.11
HSL 98.86º 0.62% 0.72% -
HSV(B) 98.86º 0.39% 0.89% -
XYZ 49.27 66.04 34.96 -
YUV 200.93 93.62 106.66 -
System Red Green Blue C M Y K H S L
Decimal 171 228 140 0.25 0 0.39 0.11 98.86 0.62 0.72
Hex AB E4 8C 19 0 27 B 63 3E 48
Octal 253 344 214 31 0 47 13 143 76 110
Binary 10101011 11100100 10001100 11001 0 100111 1011 1100011 111110 1001000

Color Harmonies of #ABE48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE48C

Black with #ABE48C

Text Example


Text Example

White with #ABE48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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