Html Css Color HEX #ADD069 Conifer

📋 copy color: '#ADD069'

red 173 ◦ green 208 ◦ blue 105

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

Shades of Conifer #ADD069

Tints of Conifer #ADD069

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.8%

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

R = 35.6%
G = 42.8%
B = 21.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#ADD069 (or 0xADD069) is known color: Conifer. HEX triplet: AD, D0 and 69. RGB value is (173,208,105). Sum of RGB (Red+Green+Blue) = 173+208+105=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD069 is #522F96. Grayscale: #BABABA. Windows color (decimal): -5386135 or 6934701. OLE color: 6934701.

HSL color Cylindrical-coordinate representation of color #ADD069: hue angle of 80.39º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADD069 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 105 -
CMYK 0.17 0 0.50 0.18
HSL 80.39º 0.52% 0.61% -
HSV(B) 80.39º 0.5% 0.82% -
XYZ 42.34 55.02 21.75 -
YUV 185.79 82.4 118.88 -
System Red Green Blue C M Y K H S L
Decimal 173 208 105 0.17 0 0.50 0.18 80.39 0.52 0.61
Hex AD D0 69 11 0 32 12 50 34 3D
Octal 255 320 151 21 0 62 22 120 64 75
Binary 10101101 11010000 1101001 10001 0 110010 10010 1010000 110100 111101

Color Harmonies of #ADD069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD069

Black with #ADD069

Text Example


Text Example

White with #ADD069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD069; }

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

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

background-color css

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

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

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

border-color css

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

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

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