Html Css Color HEX #ADD052 Conifer

📋 copy color: '#ADD052'

red 173 ◦ green 208 ◦ blue 82

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

Shades of Conifer #ADD052

Tints of Conifer #ADD052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.71%

R = 37.37%
G = 44.92%
B = 17.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#ADD052 (or 0xADD052) is known color: Conifer. HEX triplet: AD, D0 and 52. RGB value is (173,208,82). Sum of RGB (Red+Green+Blue) = 173+208+82=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD052 is #522FAD. Grayscale: #B7B7B7. Windows color (decimal): -5386158 or 5427373. OLE color: 5427373.

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

Color convert

RGB 173 208 82 -
CMYK 0.17 0 0.61 0.18
HSL 76.67º 0.57% 0.57% -
HSV(B) 76.67º 0.61% 0.82% -
XYZ 41.31 54.61 16.35 -
YUV 183.17 70.9 120.75 -
System Red Green Blue C M Y K H S L
Decimal 173 208 82 0.17 0 0.61 0.18 76.67 0.57 0.57
Hex AD D0 52 11 0 3D 12 4D 39 39
Octal 255 320 122 21 0 75 22 115 71 71
Binary 10101101 11010000 1010010 10001 0 111101 10010 1001101 111001 111001

Color Harmonies of #ADD052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD052

Black with #ADD052

Text Example


Text Example

White with #ADD052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD052; }

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

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

background-color css

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

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

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

border-color css

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

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

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