Html Css Color HEX #ADD044 Conifer

📋 copy color: '#ADD044'

red 173 ◦ green 208 ◦ blue 68

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

Shades of Conifer #ADD044

Tints of Conifer #ADD044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.14%

R = 38.53%
G = 46.33%
B = 15.14%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#ADD044 (or 0xADD044) is known color: Conifer. HEX triplet: AD, D0 and 44. RGB value is (173,208,68). Sum of RGB (Red+Green+Blue) = 173+208+68=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD044 is #522FBB. Grayscale: #B6B6B6. Windows color (decimal): -5386172 or 4509869. OLE color: 4509869.

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

Color convert

RGB 173 208 68 -
CMYK 0.17 0 0.67 0.18
HSL 75º 0.6% 0.54% -
HSV(B) 75º 0.67% 0.82% -
XYZ 40.83 54.41 13.82 -
YUV 181.58 63.9 121.88 -
System Red Green Blue C M Y K H S L
Decimal 173 208 68 0.17 0 0.67 0.18 75 0.6 0.54
Hex AD D0 44 11 0 43 12 4B 3C 36
Octal 255 320 104 21 0 103 22 113 74 66
Binary 10101101 11010000 1000100 10001 0 1000011 10010 1001011 111100 110110

Color Harmonies of #ADD044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD044

Black with #ADD044

Text Example


Text Example

White with #ADD044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD044; }

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

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

background-color css

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

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

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

border-color css

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

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

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