Html Css Color HEX #ADD575 Feijoa

📋 copy color: '#ADD575'

red 173 ◦ green 213 ◦ blue 117

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

Shades of Feijoa #ADD575

Tints of Feijoa #ADD575

RGB

 RED value IS 173 (67.97% from 255) = 34.39%

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

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

R = 34.39%
G = 42.35%
B = 23.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#ADD575 (or 0xADD575) is known color: Feijoa. HEX triplet: AD, D5 and 75. RGB value is (173,213,117). Sum of RGB (Red+Green+Blue) = 173+213+117=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD575 is #522A8A. Grayscale: #BEBEBE. Windows color (decimal): -5384843 or 7722413. OLE color: 7722413.

HSL color Cylindrical-coordinate representation of color #ADD575: hue angle of 85º 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 #ADD575 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 117 -
CMYK 0.19 0 0.45 0.16
HSL 85º 0.53% 0.65% -
HSV(B) 85º 0.45% 0.84% -
XYZ 44.24 57.76 25.65 -
YUV 190.1 86.75 115.81 -
System Red Green Blue C M Y K H S L
Decimal 173 213 117 0.19 0 0.45 0.16 85 0.53 0.65
Hex AD D5 75 13 0 2D 10 55 35 41
Octal 255 325 165 23 0 55 20 125 65 101
Binary 10101101 11010101 1110101 10011 0 101101 10000 1010101 110101 1000001

Color Harmonies of #ADD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD575

Black with #ADD575

Text Example


Text Example

White with #ADD575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD575; }

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

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

background-color css

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

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

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

border-color css

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

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

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