Html Css Color HEX #ADEC50 Conifer

📋 copy color: '#ADEC50'

red 173 ◦ green 236 ◦ blue 80

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

Shades of Conifer #ADEC50

Tints of Conifer #ADEC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.36%

R = 35.38%
G = 48.26%
B = 16.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ADEC50 (or 0xADEC50) is known color: Conifer. HEX triplet: AD, EC and 50. RGB value is (173,236,80). Sum of RGB (Red+Green+Blue) = 173+236+80=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC50 is #5213AF. Grayscale: #C7C7C7. Windows color (decimal): -5378992 or 5303469. OLE color: 5303469.

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

Color convert

RGB 173 236 80 -
CMYK 0.27 0 0.66 0.07
HSL 84.23º 0.8% 0.62% -
HSV(B) 84.23º 0.66% 0.93% -
XYZ 48.68 69.45 18.43 -
YUV 199.38 60.63 109.18 -
System Red Green Blue C M Y K H S L
Decimal 173 236 80 0.27 0 0.66 0.07 84.23 0.8 0.62
Hex AD EC 50 1B 0 42 7 54 50 3E
Octal 255 354 120 33 0 102 7 124 120 76
Binary 10101101 11101100 1010000 11011 0 1000010 111 1010100 1010000 111110

Color Harmonies of #ADEC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEC50

Black with #ADEC50

Text Example


Text Example

White with #ADEC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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