Html Css Color HEX #ADEC41 Conifer

📋 copy color: '#ADEC41'

red 173 ◦ green 236 ◦ blue 65

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

Shades of Conifer #ADEC41

Tints of Conifer #ADEC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.71%

R = 36.5%
G = 49.79%
B = 13.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ADEC41 (or 0xADEC41) is known color: Conifer. HEX triplet: AD, EC and 41. RGB value is (173,236,65). Sum of RGB (Red+Green+Blue) = 173+236+65=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC41 is #5213BE. Grayscale: #C6C6C6. Windows color (decimal): -5379007 or 4320429. OLE color: 4320429.

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

Color convert

RGB 173 236 65 -
CMYK 0.27 0 0.72 0.07
HSL 82.11º 0.82% 0.59% -
HSV(B) 82.11º 0.72% 0.93% -
XYZ 48.18 69.26 15.83 -
YUV 197.67 53.13 110.4 -
System Red Green Blue C M Y K H S L
Decimal 173 236 65 0.27 0 0.72 0.07 82.11 0.82 0.59
Hex AD EC 41 1B 0 48 7 52 52 3B
Octal 255 354 101 33 0 110 7 122 122 73
Binary 10101101 11101100 1000001 11011 0 1001000 111 1010010 1010010 111011

Color Harmonies of #ADEC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEC41

Black with #ADEC41

Text Example


Text Example

White with #ADEC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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