Html Css Color HEX #ADDC61 Conifer

📋 copy color: '#ADDC61'

red 173 ◦ green 220 ◦ blue 97

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

Shades of Conifer #ADDC61

Tints of Conifer #ADDC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.8%

R = 35.31%
G = 44.9%
B = 19.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#ADDC61 (or 0xADDC61) is known color: Conifer. HEX triplet: AD, DC and 61. RGB value is (173,220,97). Sum of RGB (Red+Green+Blue) = 173+220+97=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC61 is #52239E. Grayscale: #C0C0C0. Windows color (decimal): -5383071 or 6413485. OLE color: 6413485.

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

Color convert

RGB 173 220 97 -
CMYK 0.21 0 0.56 0.14
HSL 82.93º 0.64% 0.62% -
HSV(B) 82.93º 0.56% 0.86% -
XYZ 44.98 60.93 20.7 -
YUV 191.93 74.43 114.5 -
System Red Green Blue C M Y K H S L
Decimal 173 220 97 0.21 0 0.56 0.14 82.93 0.64 0.62
Hex AD DC 61 15 0 38 E 53 40 3E
Octal 255 334 141 25 0 70 16 123 100 76
Binary 10101101 11011100 1100001 10101 0 111000 1110 1010011 1000000 111110

Color Harmonies of #ADDC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC61

Black with #ADDC61

Text Example


Text Example

White with #ADDC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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