Html Css Color HEX #ADD385 Feijoa

📋 copy color: '#ADD385'

red 173 ◦ green 211 ◦ blue 133

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

Shades of Feijoa #ADD385

Tints of Feijoa #ADD385

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.81%

 BLUE value IS 133 (52.34% from 255) = 25.73%

R = 33.46%
G = 40.81%
B = 25.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#ADD385 (or 0xADD385) is known color: Feijoa. HEX triplet: AD, D3 and 85. RGB value is (173,211,133). Sum of RGB (Red+Green+Blue) = 173+211+133=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD385 is #522C7A. Grayscale: #BFBFBF. Windows color (decimal): -5385339 or 8770477. OLE color: 8770477.

HSL color Cylindrical-coordinate representation of color #ADD385: hue angle of 89.23º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADD385 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 133 -
CMYK 0.18 0 0.37 0.17
HSL 89.23º 0.47% 0.67% -
HSV(B) 89.23º 0.37% 0.83% -
XYZ 44.76 57.17 30.87 -
YUV 190.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 173 211 133 0.18 0 0.37 0.17 89.23 0.47 0.67
Hex AD D3 85 12 0 25 11 59 2F 43
Octal 255 323 205 22 0 45 21 131 57 103
Binary 10101101 11010011 10000101 10010 0 100101 10001 1011001 101111 1000011

Color Harmonies of #ADD385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD385

Black with #ADD385

Text Example


Text Example

White with #ADD385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD385; }

 p { color: rgb(173,211,133); }

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

background-color css

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

 a { background-color: rgb(173,211,133); }

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

border-color css

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

 span { border-color: rgb(173,211,133); }

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