Html Css Color HEX #ADDC5D Conifer

📋 copy color: '#ADDC5D'

red 173 ◦ green 220 ◦ blue 93

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

Shades of Conifer #ADDC5D

Tints of Conifer #ADDC5D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 93 (36.72% from 255) = 19.14%

R = 35.6%
G = 45.27%
B = 19.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#ADDC5D (or 0xADDC5D) is known color: Conifer. HEX triplet: AD, DC and 5D. RGB value is (173,220,93). Sum of RGB (Red+Green+Blue) = 173+220+93=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC5D is #5223A2. Grayscale: #BFBFBF. Windows color (decimal): -5383075 or 6151341. OLE color: 6151341.

HSL color Cylindrical-coordinate representation of color #ADDC5D: hue angle of 82.2º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADDC5D is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 93 -
CMYK 0.21 0 0.58 0.14
HSL 82.2º 0.64% 0.61% -
HSV(B) 82.2º 0.58% 0.86% -
XYZ 44.8 60.86 19.74 -
YUV 191.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 173 220 93 0.21 0 0.58 0.14 82.2 0.64 0.61
Hex AD DC 5D 15 0 3A E 52 40 3D
Octal 255 334 135 25 0 72 16 122 100 75
Binary 10101101 11011100 1011101 10101 0 111010 1110 1010010 1000000 111101

Color Harmonies of #ADDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC5D

Black with #ADDC5D

Text Example


Text Example

White with #ADDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC5D; }

 p { color: rgb(173,220,93); }

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

background-color css

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

 a { background-color: rgb(173,220,93); }

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

border-color css

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

 span { border-color: rgb(173,220,93); }

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