Html Css Color HEX #ADD285 Feijoa

📋 copy color: '#ADD285'

red 173 ◦ green 210 ◦ blue 133

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

Shades of Feijoa #ADD285

Tints of Feijoa #ADD285

RGB

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

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

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

R = 33.53%
G = 40.7%
B = 25.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#ADD285 (or 0xADD285) is known color: Feijoa. HEX triplet: AD, D2 and 85. RGB value is (173,210,133). Sum of RGB (Red+Green+Blue) = 173+210+133=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD285 is #522D7A. Grayscale: #BEBEBE. Windows color (decimal): -5385595 or 8770221. OLE color: 8770221.

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

Color convert

RGB 173 210 133 -
CMYK 0.18 0 0.37 0.18
HSL 88.83º 0.46% 0.67% -
HSV(B) 88.83º 0.37% 0.82% -
XYZ 44.51 56.67 30.78 -
YUV 190.16 95.74 115.76 -
System Red Green Blue C M Y K H S L
Decimal 173 210 133 0.18 0 0.37 0.18 88.83 0.46 0.67
Hex AD D2 85 12 0 25 12 59 2E 43
Octal 255 322 205 22 0 45 22 131 56 103
Binary 10101101 11010010 10000101 10010 0 100101 10010 1011001 101110 1000011

Color Harmonies of #ADD285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD285

Black with #ADD285

Text Example


Text Example

White with #ADD285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD285; }

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

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

background-color css

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

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

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

border-color css

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

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

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