Html Css Color HEX #ADDC60 Conifer

📋 copy color: '#ADDC60'

red 173 ◦ green 220 ◦ blue 96

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

Shades of Conifer #ADDC60

Tints of Conifer #ADDC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.63%

R = 35.38%
G = 44.99%
B = 19.63%

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

#ADDC60 (or 0xADDC60) is known color: Conifer. HEX triplet: AD, DC and 60. RGB value is (173,220,96). Sum of RGB (Red+Green+Blue) = 173+220+96=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC60 is #52239F. Grayscale: #C0C0C0. Windows color (decimal): -5383072 or 6347949. OLE color: 6347949.

HSL color Cylindrical-coordinate representation of color #ADDC60: hue angle of 82.74º 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 #ADDC60 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 96 -
CMYK 0.21 0 0.56 0.14
HSL 82.74º 0.64% 0.62% -
HSV(B) 82.74º 0.56% 0.86% -
XYZ 44.94 60.92 20.46 -
YUV 191.81 73.93 114.58 -
System Red Green Blue C M Y K H S L
Decimal 173 220 96 0.21 0 0.56 0.14 82.74 0.64 0.62
Hex AD DC 60 15 0 38 E 53 40 3E
Octal 255 334 140 25 0 70 16 123 100 76
Binary 10101101 11011100 1100000 10101 0 111000 1110 1010011 1000000 111110

Color Harmonies of #ADDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC60

Black with #ADDC60

Text Example


Text Example

White with #ADDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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