Html Css Color HEX #ADD946 Conifer

📋 copy color: '#ADD946'

red 173 ◦ green 217 ◦ blue 70

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

Shades of Conifer #ADD946

Tints of Conifer #ADD946

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.17%

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

R = 37.61%
G = 47.17%
B = 15.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#ADD946 (or 0xADD946) is known color: Conifer. HEX triplet: AD, D9 and 46. RGB value is (173,217,70). Sum of RGB (Red+Green+Blue) = 173+217+70=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD946 is #5226B9. Grayscale: #BBBBBB. Windows color (decimal): -5383866 or 4643245. OLE color: 4643245.

HSL color Cylindrical-coordinate representation of color #ADD946: hue angle of 77.96º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADD946 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 70 -
CMYK 0.20 0 0.68 0.15
HSL 77.96º 0.66% 0.56% -
HSV(B) 77.96º 0.68% 0.85% -
XYZ 43.15 58.95 14.9 -
YUV 187.09 61.92 117.95 -
System Red Green Blue C M Y K H S L
Decimal 173 217 70 0.20 0 0.68 0.15 77.96 0.66 0.56
Hex AD D9 46 14 0 44 F 4E 42 38
Octal 255 331 106 24 0 104 17 116 102 70
Binary 10101101 11011001 1000110 10100 0 1000100 1111 1001110 1000010 111000

Color Harmonies of #ADD946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD946

Black with #ADD946

Text Example


Text Example

White with #ADD946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD946; }

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

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

background-color css

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

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

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

border-color css

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

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

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