Html Css Color HEX #ADDC65 Conifer

📋 copy color: '#ADDC65'

red 173 ◦ green 220 ◦ blue 101

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

Shades of Conifer #ADDC65

Tints of Conifer #ADDC65

RGB

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

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

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

R = 35.02%
G = 44.53%
B = 20.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#ADDC65 (or 0xADDC65) is known color: Conifer. HEX triplet: AD, DC and 65. RGB value is (173,220,101). Sum of RGB (Red+Green+Blue) = 173+220+101=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC65 is #52239A. Grayscale: #C0C0C0. Windows color (decimal): -5383067 or 6675629. OLE color: 6675629.

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

Color convert

RGB 173 220 101 -
CMYK 0.21 0 0.54 0.14
HSL 83.7º 0.63% 0.63% -
HSV(B) 83.7º 0.54% 0.86% -
XYZ 45.18 61.01 21.71 -
YUV 192.38 76.43 114.18 -
System Red Green Blue C M Y K H S L
Decimal 173 220 101 0.21 0 0.54 0.14 83.7 0.63 0.63
Hex AD DC 65 15 0 36 E 54 3F 3F
Octal 255 334 145 25 0 66 16 124 77 77
Binary 10101101 11011100 1100101 10101 0 110110 1110 1010100 111111 111111

Color Harmonies of #ADDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC65

Black with #ADDC65

Text Example


Text Example

White with #ADDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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