Html Css Color HEX #ADD061 Conifer

📋 copy color: '#ADD061'

red 173 ◦ green 208 ◦ blue 97

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

Shades of Conifer #ADD061

Tints of Conifer #ADD061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.29%

R = 36.19%
G = 43.51%
B = 20.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#ADD061 (or 0xADD061) is known color: Conifer. HEX triplet: AD, D0 and 61. RGB value is (173,208,97). Sum of RGB (Red+Green+Blue) = 173+208+97=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD061 is #522F9E. Grayscale: #B9B9B9. Windows color (decimal): -5386143 or 6410413. OLE color: 6410413.

HSL color Cylindrical-coordinate representation of color #ADD061: hue angle of 78.92º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADD061 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 97 -
CMYK 0.17 0 0.53 0.18
HSL 78.92º 0.54% 0.6% -
HSV(B) 78.92º 0.53% 0.82% -
XYZ 41.95 54.86 19.69 -
YUV 184.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 173 208 97 0.17 0 0.53 0.18 78.92 0.54 0.6
Hex AD D0 61 11 0 35 12 4F 36 3C
Octal 255 320 141 21 0 65 22 117 66 74
Binary 10101101 11010000 1100001 10001 0 110101 10010 1001111 110110 111100

Color Harmonies of #ADD061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD061

Black with #ADD061

Text Example


Text Example

White with #ADD061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD061; }

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

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

background-color css

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

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

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

border-color css

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

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

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