Html Css Color HEX #ADCE50 Conifer

📋 copy color: '#ADCE50'

red 173 ◦ green 206 ◦ blue 80

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

Shades of Conifer #ADCE50

Tints of Conifer #ADCE50

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.88%

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

R = 37.69%
G = 44.88%
B = 17.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#ADCE50 (or 0xADCE50) is known color: Conifer. HEX triplet: AD, CE and 50. RGB value is (173,206,80). Sum of RGB (Red+Green+Blue) = 173+206+80=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE50 is #5231AF. Grayscale: #B6B6B6. Windows color (decimal): -5386672 or 5295789. OLE color: 5295789.

HSL color Cylindrical-coordinate representation of color #ADCE50: hue angle of 75.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADCE50 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 80 -
CMYK 0.16 0 0.61 0.19
HSL 75.71º 0.56% 0.56% -
HSV(B) 75.71º 0.61% 0.81% -
XYZ 40.75 53.61 15.79 -
YUV 181.77 70.57 121.75 -
System Red Green Blue C M Y K H S L
Decimal 173 206 80 0.16 0 0.61 0.19 75.71 0.56 0.56
Hex AD CE 50 10 0 3D 13 4C 38 38
Octal 255 316 120 20 0 75 23 114 70 70
Binary 10101101 11001110 1010000 10000 0 111101 10011 1001100 111000 111000

Color Harmonies of #ADCE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE50

Black with #ADCE50

Text Example


Text Example

White with #ADCE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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