Html Css Color HEX #ABD595 Feijoa

📋 copy color: '#ABD595'

red 171 ◦ green 213 ◦ blue 149

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

Shades of Feijoa #ABD595

Tints of Feijoa #ABD595

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.96%

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

R = 32.08%
G = 39.96%
B = 27.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#ABD595 (or 0xABD595) is known color: Feijoa. HEX triplet: AB, D5 and 95. RGB value is (171,213,149). Sum of RGB (Red+Green+Blue) = 171+213+149=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD595 is #542A6A. Grayscale: #C1C1C1. Windows color (decimal): -5515883 or 9819563. OLE color: 9819563.

HSL color Cylindrical-coordinate representation of color #ABD595: hue angle of 99.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABD595 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 213 149 -
CMYK 0.20 0 0.30 0.16
HSL 99.38º 0.43% 0.71% -
HSV(B) 99.38º 0.3% 0.84% -
XYZ 46.01 58.42 37.28 -
YUV 193.15 103.09 112.2 -
System Red Green Blue C M Y K H S L
Decimal 171 213 149 0.20 0 0.30 0.16 99.38 0.43 0.71
Hex AB D5 95 14 0 1E 10 63 2B 47
Octal 253 325 225 24 0 36 20 143 53 107
Binary 10101011 11010101 10010101 10100 0 11110 10000 1100011 101011 1000111

Color Harmonies of #ABD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD595

Black with #ABD595

Text Example


Text Example

White with #ABD595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD595; }

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

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

background-color css

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

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

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

border-color css

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

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

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