Html Css Color HEX #ADDB5B Conifer

📋 copy color: '#ADDB5B'

red 173 ◦ green 219 ◦ blue 91

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

Shades of Conifer #ADDB5B

Tints of Conifer #ADDB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.84%

R = 35.82%
G = 45.34%
B = 18.84%

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

#ADDB5B (or 0xADDB5B) is known color: Conifer. HEX triplet: AD, DB and 5B. RGB value is (173,219,91). Sum of RGB (Red+Green+Blue) = 173+219+91=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB5B is #5224A4. Grayscale: #BFBFBF. Windows color (decimal): -5383333 or 6020013. OLE color: 6020013.

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

Color convert

RGB 173 219 91 -
CMYK 0.21 0 0.58 0.14
HSL 81.56º 0.64% 0.61% -
HSV(B) 81.56º 0.58% 0.86% -
XYZ 44.45 60.3 19.19 -
YUV 190.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 173 219 91 0.21 0 0.58 0.14 81.56 0.64 0.61
Hex AD DB 5B 15 0 3A E 52 40 3D
Octal 255 333 133 25 0 72 16 122 100 75
Binary 10101101 11011011 1011011 10101 0 111010 1110 1010010 1000000 111101

Color Harmonies of #ADDB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB5B

Black with #ADDB5B

Text Example


Text Example

White with #ADDB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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