Html Css Color HEX #ADEC46 Conifer

📋 copy color: '#ADEC46'

red 173 ◦ green 236 ◦ blue 70

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

Shades of Conifer #ADEC46

Tints of Conifer #ADEC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.61%

R = 36.12%
G = 49.27%
B = 14.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ADEC46 (or 0xADEC46) is known color: Conifer. HEX triplet: AD, EC and 46. RGB value is (173,236,70). Sum of RGB (Red+Green+Blue) = 173+236+70=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC46 is #5213B9. Grayscale: #C6C6C6. Windows color (decimal): -5379002 or 4648109. OLE color: 4648109.

HSL color Cylindrical-coordinate representation of color #ADEC46: hue angle of 82.77º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADEC46 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 236 70 -
CMYK 0.27 0 0.70 0.07
HSL 82.77º 0.81% 0.6% -
HSV(B) 82.77º 0.7% 0.93% -
XYZ 48.33 69.32 16.63 -
YUV 198.24 55.63 110 -
System Red Green Blue C M Y K H S L
Decimal 173 236 70 0.27 0 0.70 0.07 82.77 0.81 0.6
Hex AD EC 46 1B 0 46 7 53 51 3C
Octal 255 354 106 33 0 106 7 123 121 74
Binary 10101101 11101100 1000110 11011 0 1000110 111 1010011 1010001 111100

Color Harmonies of #ADEC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEC46

Black with #ADEC46

Text Example


Text Example

White with #ADEC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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