Html Css Color HEX #ADEC53 Conifer

📋 copy color: '#ADEC53'

red 173 ◦ green 236 ◦ blue 83

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

Shades of Conifer #ADEC53

Tints of Conifer #ADEC53

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.97%

 BLUE value IS 83 (32.81% from 255) = 16.87%

R = 35.16%
G = 47.97%
B = 16.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ADEC53 (or 0xADEC53) is known color: Conifer. HEX triplet: AD, EC and 53. RGB value is (173,236,83). Sum of RGB (Red+Green+Blue) = 173+236+83=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 83 (32.81% from 255 or 16.87% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC53 is #5213AC. Grayscale: #C8C8C8. Windows color (decimal): -5378989 or 5500077. OLE color: 5500077.

HSL color Cylindrical-coordinate representation of color #ADEC53: hue angle of 84.71º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADEC53 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 236 83 -
CMYK 0.27 0 0.65 0.07
HSL 84.71º 0.8% 0.63% -
HSV(B) 84.71º 0.65% 0.93% -
XYZ 48.79 69.5 19.03 -
YUV 199.72 62.13 108.94 -
System Red Green Blue C M Y K H S L
Decimal 173 236 83 0.27 0 0.65 0.07 84.71 0.8 0.63
Hex AD EC 53 1B 0 41 7 55 50 3F
Octal 255 354 123 33 0 101 7 125 120 77
Binary 10101101 11101100 1010011 11011 0 1000001 111 1010101 1010000 111111

Color Harmonies of #ADEC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEC53

Black with #ADEC53

Text Example


Text Example

White with #ADEC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEC53; }

 p { color: rgb(173,236,83); }

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

background-color css

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

 a { background-color: rgb(173,236,83); }

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

border-color css

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

 span { border-color: rgb(173,236,83); }

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