Html Css Color HEX #ADDC69 Conifer

📋 copy color: '#ADDC69'

red 173 ◦ green 220 ◦ blue 105

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

Shades of Conifer #ADDC69

Tints of Conifer #ADDC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.08%

R = 34.74%
G = 44.18%
B = 21.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#ADDC69 (or 0xADDC69) is known color: Conifer. HEX triplet: AD, DC and 69. RGB value is (173,220,105). Sum of RGB (Red+Green+Blue) = 173+220+105=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 105 (41.41% from 255 or 21.08% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC69 is #522396. Grayscale: #C1C1C1. Windows color (decimal): -5383063 or 6937773. OLE color: 6937773.

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

Color convert

RGB 173 220 105 -
CMYK 0.21 0 0.52 0.14
HSL 84.52º 0.62% 0.64% -
HSV(B) 84.52º 0.52% 0.86% -
XYZ 45.38 61.09 22.76 -
YUV 192.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 173 220 105 0.21 0 0.52 0.14 84.52 0.62 0.64
Hex AD DC 69 15 0 34 E 55 3E 40
Octal 255 334 151 25 0 64 16 125 76 100
Binary 10101101 11011100 1101001 10101 0 110100 1110 1010101 111110 1000000

Color Harmonies of #ADDC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC69

Black with #ADDC69

Text Example


Text Example

White with #ADDC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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