Html Css Color HEX #ADDA6C Conifer

📋 copy color: '#ADDA6C'

red 173 ◦ green 218 ◦ blue 108

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

Shades of Conifer #ADDA6C

Tints of Conifer #ADDA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.64%

R = 34.67%
G = 43.69%
B = 21.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#ADDA6C (or 0xADDA6C) is known color: Conifer. HEX triplet: AD, DA and 6C. RGB value is (173,218,108). Sum of RGB (Red+Green+Blue) = 173+218+108=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA6C is #522593. Grayscale: #C0C0C0. Windows color (decimal): -5383572 or 7133869. OLE color: 7133869.

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

Color convert

RGB 173 218 108 -
CMYK 0.21 0 0.50 0.15
HSL 84.55º 0.6% 0.64% -
HSV(B) 84.55º 0.5% 0.85% -
XYZ 45.01 60.11 23.42 -
YUV 192.01 80.59 114.44 -
System Red Green Blue C M Y K H S L
Decimal 173 218 108 0.21 0 0.50 0.15 84.55 0.6 0.64
Hex AD DA 6C 15 0 32 F 55 3C 40
Octal 255 332 154 25 0 62 17 125 74 100
Binary 10101101 11011010 1101100 10101 0 110010 1111 1010101 111100 1000000

Color Harmonies of #ADDA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA6C

Black with #ADDA6C

Text Example


Text Example

White with #ADDA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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