Html Css Color HEX #ADD055 Conifer

📋 copy color: '#ADD055'

red 173 ◦ green 208 ◦ blue 85

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

Shades of Conifer #ADD055

Tints of Conifer #ADD055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.24%

R = 37.12%
G = 44.64%
B = 18.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#ADD055 (or 0xADD055) is known color: Conifer. HEX triplet: AD, D0 and 55. RGB value is (173,208,85). Sum of RGB (Red+Green+Blue) = 173+208+85=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD055 is #522FAA. Grayscale: #B7B7B7. Windows color (decimal): -5386155 or 5623981. OLE color: 5623981.

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

Color convert

RGB 173 208 85 -
CMYK 0.17 0 0.59 0.18
HSL 77.07º 0.57% 0.57% -
HSV(B) 77.07º 0.59% 0.82% -
XYZ 41.43 54.65 16.96 -
YUV 183.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 173 208 85 0.17 0 0.59 0.18 77.07 0.57 0.57
Hex AD D0 55 11 0 3B 12 4D 39 39
Octal 255 320 125 21 0 73 22 115 71 71
Binary 10101101 11010000 1010101 10001 0 111011 10010 1001101 111001 111001

Color Harmonies of #ADD055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD055

Black with #ADD055

Text Example


Text Example

White with #ADD055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD055; }

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

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

background-color css

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

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

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

border-color css

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

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

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