Html Css Color HEX #ADEC3F Conifer

📋 copy color: '#ADEC3F'

red 173 ◦ green 236 ◦ blue 63

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

Shades of Conifer #ADEC3F

Tints of Conifer #ADEC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.35%

R = 36.65%
G = 50%
B = 13.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ADEC3F (or 0xADEC3F) is known color: Conifer. HEX triplet: AD, EC and 3F. RGB value is (173,236,63). Sum of RGB (Red+Green+Blue) = 173+236+63=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC3F is #5213C0. Grayscale: #C6C6C6. Windows color (decimal): -5379009 or 4189357. OLE color: 4189357.

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

Color convert

RGB 173 236 63 -
CMYK 0.27 0 0.73 0.07
HSL 81.85º 0.82% 0.59% -
HSV(B) 81.85º 0.73% 0.93% -
XYZ 48.13 69.23 15.53 -
YUV 197.44 52.13 110.57 -
System Red Green Blue C M Y K H S L
Decimal 173 236 63 0.27 0 0.73 0.07 81.85 0.82 0.59
Hex AD EC 3F 1B 0 49 7 52 52 3B
Octal 255 354 77 33 0 111 7 122 122 73
Binary 10101101 11101100 111111 11011 0 1001001 111 1010010 1010010 111011

Color Harmonies of #ADEC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEC3F

Black with #ADEC3F

Text Example


Text Example

White with #ADEC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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