Html Css Color HEX #ABD295 Feijoa

📋 copy color: '#ABD295'

red 171 ◦ green 210 ◦ blue 149

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

Shades of Feijoa #ABD295

Tints of Feijoa #ABD295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.62%

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 32.26%
G = 39.62%
B = 28.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#ABD295 (or 0xABD295) is known color: Feijoa. HEX triplet: AB, D2 and 95. RGB value is (171,210,149). Sum of RGB (Red+Green+Blue) = 171+210+149=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD295 is #542D6A. Grayscale: #BFBFBF. Windows color (decimal): -5516651 or 9818795. OLE color: 9818795.

HSL color Cylindrical-coordinate representation of color #ABD295: hue angle of 98.36º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABD295 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 210 149 -
CMYK 0.19 0 0.29 0.18
HSL 98.36º 0.4% 0.7% -
HSV(B) 98.36º 0.29% 0.82% -
XYZ 45.27 56.92 37.03 -
YUV 191.39 104.08 113.46 -
System Red Green Blue C M Y K H S L
Decimal 171 210 149 0.19 0 0.29 0.18 98.36 0.4 0.7
Hex AB D2 95 13 0 1D 12 62 28 46
Octal 253 322 225 23 0 35 22 142 50 106
Binary 10101011 11010010 10010101 10011 0 11101 10010 1100010 101000 1000110

Color Harmonies of #ABD295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD295

Black with #ABD295

Text Example


Text Example

White with #ABD295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD295; }

 p { color: rgb(171,210,149); }

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

background-color css

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

 a { background-color: rgb(171,210,149); }

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

border-color css

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

 span { border-color: rgb(171,210,149); }

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