Html Css Color HEX #ABD575 Feijoa

📋 copy color: '#ABD575'

red 171 ◦ green 213 ◦ blue 117

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

Shades of Feijoa #ABD575

Tints of Feijoa #ABD575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 34.13%
G = 42.51%
B = 23.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#ABD575 (or 0xABD575) is known color: Feijoa. HEX triplet: AB, D5 and 75. RGB value is (171,213,117). Sum of RGB (Red+Green+Blue) = 171+213+117=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD575 is #542A8A. Grayscale: #BDBDBD. Windows color (decimal): -5515915 or 7722411. OLE color: 7722411.

HSL color Cylindrical-coordinate representation of color #ABD575: hue angle of 86.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABD575 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 213 117 -
CMYK 0.20 0 0.45 0.16
HSL 86.25º 0.53% 0.65% -
HSV(B) 86.25º 0.45% 0.84% -
XYZ 43.8 57.53 25.63 -
YUV 189.5 87.09 114.81 -
System Red Green Blue C M Y K H S L
Decimal 171 213 117 0.20 0 0.45 0.16 86.25 0.53 0.65
Hex AB D5 75 14 0 2D 10 56 35 41
Octal 253 325 165 24 0 55 20 126 65 101
Binary 10101011 11010101 1110101 10100 0 101101 10000 1010110 110101 1000001

Color Harmonies of #ABD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD575

Black with #ABD575

Text Example


Text Example

White with #ABD575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD575; }

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

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

background-color css

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

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

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

border-color css

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

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

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