Html Css Color HEX #ADDA65 Conifer

📋 copy color: '#ADDA65'

red 173 ◦ green 218 ◦ blue 101

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

Shades of Conifer #ADDA65

Tints of Conifer #ADDA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.53%

R = 35.16%
G = 44.31%
B = 20.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#ADDA65 (or 0xADDA65) is known color: Conifer. HEX triplet: AD, DA and 65. RGB value is (173,218,101). Sum of RGB (Red+Green+Blue) = 173+218+101=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA65 is #52259A. Grayscale: #BFBFBF. Windows color (decimal): -5383579 or 6675117. OLE color: 6675117.

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

Color convert

RGB 173 218 101 -
CMYK 0.21 0 0.54 0.15
HSL 83.08º 0.61% 0.63% -
HSV(B) 83.08º 0.54% 0.85% -
XYZ 44.65 59.97 21.53 -
YUV 191.21 77.09 115.01 -
System Red Green Blue C M Y K H S L
Decimal 173 218 101 0.21 0 0.54 0.15 83.08 0.61 0.63
Hex AD DA 65 15 0 36 F 53 3D 3F
Octal 255 332 145 25 0 66 17 123 75 77
Binary 10101101 11011010 1100101 10101 0 110110 1111 1010011 111101 111111

Color Harmonies of #ADDA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA65

Black with #ADDA65

Text Example


Text Example

White with #ADDA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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