Html Css Color HEX #ADEB49 Conifer

📋 copy color: '#ADEB49'

red 173 ◦ green 235 ◦ blue 73

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

Shades of Conifer #ADEB49

Tints of Conifer #ADEB49

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.86%

 BLUE value IS 73 (28.91% from 255) = 15.18%

R = 35.97%
G = 48.86%
B = 15.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#ADEB49 (or 0xADEB49) is known color: Conifer. HEX triplet: AD, EB and 49. RGB value is (173,235,73). Sum of RGB (Red+Green+Blue) = 173+235+73=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEB49 is #5214B6. Grayscale: #C6C6C6. Windows color (decimal): -5379255 or 4844461. OLE color: 4844461.

HSL color Cylindrical-coordinate representation of color #ADEB49: hue angle of 82.96º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADEB49 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 73 -
CMYK 0.26 0 0.69 0.08
HSL 82.96º 0.8% 0.6% -
HSV(B) 82.96º 0.69% 0.92% -
XYZ 48.14 68.78 17.04 -
YUV 197.99 57.46 110.17 -
System Red Green Blue C M Y K H S L
Decimal 173 235 73 0.26 0 0.69 0.08 82.96 0.8 0.6
Hex AD EB 49 1A 0 45 8 53 50 3C
Octal 255 353 111 32 0 105 10 123 120 74
Binary 10101101 11101011 1001001 11010 0 1000101 1000 1010011 1010000 111100

Color Harmonies of #ADEB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB49

Black with #ADEB49

Text Example


Text Example

White with #ADEB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB49; }

 p { color: rgb(173,235,73); }

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

background-color css

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

 a { background-color: rgb(173,235,73); }

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

border-color css

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

 span { border-color: rgb(173,235,73); }

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