Html Css Color HEX #ADDB5D Conifer

📋 copy color: '#ADDB5D'

red 173 ◦ green 219 ◦ blue 93

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

Shades of Conifer #ADDB5D

Tints of Conifer #ADDB5D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.15%

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

R = 35.67%
G = 45.15%
B = 19.18%

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

#ADDB5D (or 0xADDB5D) is known color: Conifer. HEX triplet: AD, DB and 5D. RGB value is (173,219,93). Sum of RGB (Red+Green+Blue) = 173+219+93=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB5D is #5224A2. Grayscale: #BFBFBF. Windows color (decimal): -5383331 or 6151085. OLE color: 6151085.

HSL color Cylindrical-coordinate representation of color #ADDB5D: hue angle of 81.9º 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 #ADDB5D is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 93 -
CMYK 0.21 0 0.58 0.14
HSL 81.9º 0.64% 0.61% -
HSV(B) 81.9º 0.58% 0.86% -
XYZ 44.54 60.34 19.65 -
YUV 190.88 72.76 115.25 -
System Red Green Blue C M Y K H S L
Decimal 173 219 93 0.21 0 0.58 0.14 81.9 0.64 0.61
Hex AD DB 5D 15 0 3A E 52 40 3D
Octal 255 333 135 25 0 72 16 122 100 75
Binary 10101101 11011011 1011101 10101 0 111010 1110 1010010 1000000 111101

Color Harmonies of #ADDB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB5D

Black with #ADDB5D

Text Example


Text Example

White with #ADDB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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