Html Css Color HEX #ADD85A Conifer

📋 copy color: '#ADD85A'

red 173 ◦ green 216 ◦ blue 90

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

Shades of Conifer #ADD85A

Tints of Conifer #ADD85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.09%

 BLUE value IS 90 (35.55% from 255) = 18.79%

R = 36.12%
G = 45.09%
B = 18.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#ADD85A (or 0xADD85A) is known color: Conifer. HEX triplet: AD, D8 and 5A. RGB value is (173,216,90). Sum of RGB (Red+Green+Blue) = 173+216+90=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD85A is #5227A5. Grayscale: #BDBDBD. Windows color (decimal): -5384102 or 5953709. OLE color: 5953709.

HSL color Cylindrical-coordinate representation of color #ADD85A: hue angle of 80.48º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADD85A is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 90 -
CMYK 0.20 0 0.58 0.15
HSL 80.48º 0.62% 0.6% -
HSV(B) 80.48º 0.58% 0.85% -
XYZ 43.63 58.73 18.71 -
YUV 188.78 72.25 116.75 -
System Red Green Blue C M Y K H S L
Decimal 173 216 90 0.20 0 0.58 0.15 80.48 0.62 0.6
Hex AD D8 5A 14 0 3A F 50 3E 3C
Octal 255 330 132 24 0 72 17 120 76 74
Binary 10101101 11011000 1011010 10100 0 111010 1111 1010000 111110 111100

Color Harmonies of #ADD85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD85A

Black with #ADD85A

Text Example


Text Example

White with #ADD85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD85A; }

 p { color: rgb(173,216,90); }

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

background-color css

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

 a { background-color: rgb(173,216,90); }

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

border-color css

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

 span { border-color: rgb(173,216,90); }

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