Html Css Color HEX #ADD146 Conifer

📋 copy color: '#ADD146'

red 173 ◦ green 209 ◦ blue 70

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

Shades of Conifer #ADD146

Tints of Conifer #ADD146

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.24%

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 38.27%
G = 46.24%
B = 15.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#ADD146 (or 0xADD146) is known color: Conifer. HEX triplet: AD, D1 and 46. RGB value is (173,209,70). Sum of RGB (Red+Green+Blue) = 173+209+70=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD146 is #522EB9. Grayscale: #B6B6B6. Windows color (decimal): -5385914 or 4641197. OLE color: 4641197.

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

Color convert

RGB 173 209 70 -
CMYK 0.17 0 0.67 0.18
HSL 75.54º 0.6% 0.55% -
HSV(B) 75.54º 0.67% 0.82% -
XYZ 41.14 54.93 14.23 -
YUV 182.39 64.57 121.3 -
System Red Green Blue C M Y K H S L
Decimal 173 209 70 0.17 0 0.67 0.18 75.54 0.6 0.55
Hex AD D1 46 11 0 43 12 4C 3C 37
Octal 255 321 106 21 0 103 22 114 74 67
Binary 10101101 11010001 1000110 10001 0 1000011 10010 1001100 111100 110111

Color Harmonies of #ADD146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD146

Black with #ADD146

Text Example


Text Example

White with #ADD146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD146; }

 p { color: rgb(173,209,70); }

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

background-color css

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

 a { background-color: rgb(173,209,70); }

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

border-color css

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

 span { border-color: rgb(173,209,70); }

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