Html Css Color HEX #ADD050 Conifer

📋 copy color: '#ADD050'

red 173 ◦ green 208 ◦ blue 80

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

Shades of Conifer #ADD050

Tints of Conifer #ADD050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

 BLUE value IS 80 (31.64% from 255) = 17.35%

R = 37.53%
G = 45.12%
B = 17.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#ADD050 (or 0xADD050) is known color: Conifer. HEX triplet: AD, D0 and 50. RGB value is (173,208,80). Sum of RGB (Red+Green+Blue) = 173+208+80=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD050 is #522FAF. Grayscale: #B7B7B7. Windows color (decimal): -5386160 or 5296301. OLE color: 5296301.

HSL color Cylindrical-coordinate representation of color #ADD050: hue angle of 76.41º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADD050 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 80 -
CMYK 0.17 0 0.62 0.18
HSL 76.41º 0.58% 0.56% -
HSV(B) 76.41º 0.62% 0.82% -
XYZ 41.24 54.58 15.95 -
YUV 182.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 173 208 80 0.17 0 0.62 0.18 76.41 0.58 0.56
Hex AD D0 50 11 0 3E 12 4C 3A 38
Octal 255 320 120 21 0 76 22 114 72 70
Binary 10101101 11010000 1010000 10001 0 111110 10010 1001100 111010 111000

Color Harmonies of #ADD050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD050

Black with #ADD050

Text Example


Text Example

White with #ADD050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD050; }

 p { color: rgb(173,208,80); }

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

background-color css

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

 a { background-color: rgb(173,208,80); }

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

border-color css

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

 span { border-color: rgb(173,208,80); }

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