Html Css Color HEX #ADD646 Conifer

📋 copy color: '#ADD646'

red 173 ◦ green 214 ◦ blue 70

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

Shades of Conifer #ADD646

Tints of Conifer #ADD646

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.83%

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

R = 37.86%
G = 46.83%
B = 15.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#ADD646 (or 0xADD646) is known color: Conifer. HEX triplet: AD, D6 and 46. RGB value is (173,214,70). Sum of RGB (Red+Green+Blue) = 173+214+70=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD646 is #5229B9. Grayscale: #B9B9B9. Windows color (decimal): -5384634 or 4642477. OLE color: 4642477.

HSL color Cylindrical-coordinate representation of color #ADD646: hue angle of 77.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADD646 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 70 -
CMYK 0.19 0 0.67 0.16
HSL 77.08º 0.64% 0.56% -
HSV(B) 77.08º 0.67% 0.84% -
XYZ 42.39 57.42 14.64 -
YUV 185.33 62.92 119.21 -
System Red Green Blue C M Y K H S L
Decimal 173 214 70 0.19 0 0.67 0.16 77.08 0.64 0.56
Hex AD D6 46 13 0 43 10 4D 40 38
Octal 255 326 106 23 0 103 20 115 100 70
Binary 10101101 11010110 1000110 10011 0 1000011 10000 1001101 1000000 111000

Color Harmonies of #ADD646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD646

Black with #ADD646

Text Example


Text Example

White with #ADD646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD646; }

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

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

background-color css

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

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

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

border-color css

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

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

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