Html Css Color HEX #ADDA61 Conifer

📋 copy color: '#ADDA61'

red 173 ◦ green 218 ◦ blue 97

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

Shades of Conifer #ADDA61

Tints of Conifer #ADDA61

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.67%

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

R = 35.45%
G = 44.67%
B = 19.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#ADDA61 (or 0xADDA61) is known color: Conifer. HEX triplet: AD, DA and 61. RGB value is (173,218,97). Sum of RGB (Red+Green+Blue) = 173+218+97=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA61 is #52259E. Grayscale: #BFBFBF. Windows color (decimal): -5383583 or 6412973. OLE color: 6412973.

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

Color convert

RGB 173 218 97 -
CMYK 0.21 0 0.56 0.15
HSL 82.31º 0.62% 0.62% -
HSV(B) 82.31º 0.56% 0.85% -
XYZ 44.46 59.89 20.53 -
YUV 190.75 75.09 115.34 -
System Red Green Blue C M Y K H S L
Decimal 173 218 97 0.21 0 0.56 0.15 82.31 0.62 0.62
Hex AD DA 61 15 0 38 F 52 3E 3E
Octal 255 332 141 25 0 70 17 122 76 76
Binary 10101101 11011010 1100001 10101 0 111000 1111 1010010 111110 111110

Color Harmonies of #ADDA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA61

Black with #ADDA61

Text Example


Text Example

White with #ADDA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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