Html Css Color HEX #ADD047 Conifer

📋 copy color: '#ADD047'

red 173 ◦ green 208 ◦ blue 71

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

Shades of Conifer #ADD047

Tints of Conifer #ADD047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.71%

R = 38.27%
G = 46.02%
B = 15.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#ADD047 (or 0xADD047) is known color: Conifer. HEX triplet: AD, D0 and 47. RGB value is (173,208,71). Sum of RGB (Red+Green+Blue) = 173+208+71=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD047 is #522FB8. Grayscale: #B6B6B6. Windows color (decimal): -5386169 or 4706477. OLE color: 4706477.

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

Color convert

RGB 173 208 71 -
CMYK 0.17 0 0.66 0.18
HSL 75.33º 0.59% 0.55% -
HSV(B) 75.33º 0.66% 0.82% -
XYZ 40.93 54.45 14.31 -
YUV 181.92 65.4 121.64 -
System Red Green Blue C M Y K H S L
Decimal 173 208 71 0.17 0 0.66 0.18 75.33 0.59 0.55
Hex AD D0 47 11 0 42 12 4B 3B 37
Octal 255 320 107 21 0 102 22 113 73 67
Binary 10101101 11010000 1000111 10001 0 1000010 10010 1001011 111011 110111

Color Harmonies of #ADD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD047

Black with #ADD047

Text Example


Text Example

White with #ADD047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD047; }

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

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

background-color css

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

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

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

border-color css

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

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

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