Html Css Color HEX #ADDC46 Conifer

📋 copy color: '#ADDC46'

red 173 ◦ green 220 ◦ blue 70

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

Shades of Conifer #ADDC46

Tints of Conifer #ADDC46

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.52%

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

R = 37.37%
G = 47.52%
B = 15.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#ADDC46 (or 0xADDC46) is known color: Conifer. HEX triplet: AD, DC and 46. RGB value is (173,220,70). Sum of RGB (Red+Green+Blue) = 173+220+70=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC46 is #5223B9. Grayscale: #BDBDBD. Windows color (decimal): -5383098 or 4644013. OLE color: 4644013.

HSL color Cylindrical-coordinate representation of color #ADDC46: hue angle of 78.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADDC46 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 70 -
CMYK 0.21 0 0.68 0.14
HSL 78.8º 0.68% 0.57% -
HSV(B) 78.8º 0.68% 0.86% -
XYZ 43.93 60.51 15.16 -
YUV 188.85 60.93 116.7 -
System Red Green Blue C M Y K H S L
Decimal 173 220 70 0.21 0 0.68 0.14 78.8 0.68 0.57
Hex AD DC 46 15 0 44 E 4F 44 39
Octal 255 334 106 25 0 104 16 117 104 71
Binary 10101101 11011100 1000110 10101 0 1000100 1110 1001111 1000100 111001

Color Harmonies of #ADDC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC46

Black with #ADDC46

Text Example


Text Example

White with #ADDC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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