Html Css Color HEX #ADDB5A Conifer

📋 copy color: '#ADDB5A'

red 173 ◦ green 219 ◦ blue 90

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

Shades of Conifer #ADDB5A

Tints of Conifer #ADDB5A

RGB

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

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

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

R = 35.89%
G = 45.44%
B = 18.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#ADDB5A (or 0xADDB5A) is known color: Conifer. HEX triplet: AD, DB and 5A. RGB value is (173,219,90). Sum of RGB (Red+Green+Blue) = 173+219+90=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB5A is #5224A5. Grayscale: #BFBFBF. Windows color (decimal): -5383334 or 5954477. OLE color: 5954477.

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

Color convert

RGB 173 219 90 -
CMYK 0.21 0 0.59 0.14
HSL 81.4º 0.64% 0.61% -
HSV(B) 81.4º 0.59% 0.86% -
XYZ 44.41 60.29 18.97 -
YUV 190.54 71.26 115.49 -
System Red Green Blue C M Y K H S L
Decimal 173 219 90 0.21 0 0.59 0.14 81.4 0.64 0.61
Hex AD DB 5A 15 0 3B E 51 40 3D
Octal 255 333 132 25 0 73 16 121 100 75
Binary 10101101 11011011 1011010 10101 0 111011 1110 1010001 1000000 111101

Color Harmonies of #ADDB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB5A

Black with #ADDB5A

Text Example


Text Example

White with #ADDB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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