Html Css Color HEX #ADEC44 Conifer

📋 copy color: '#ADEC44'

red 173 ◦ green 236 ◦ blue 68

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

Shades of Conifer #ADEC44

Tints of Conifer #ADEC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.26%

R = 36.27%
G = 49.48%
B = 14.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ADEC44 (or 0xADEC44) is known color: Conifer. HEX triplet: AD, EC and 44. RGB value is (173,236,68). Sum of RGB (Red+Green+Blue) = 173+236+68=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC44 is #5213BB. Grayscale: #C6C6C6. Windows color (decimal): -5379004 or 4517037. OLE color: 4517037.

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

Color convert

RGB 173 236 68 -
CMYK 0.27 0 0.71 0.07
HSL 82.5º 0.82% 0.6% -
HSV(B) 82.5º 0.71% 0.93% -
XYZ 48.27 69.29 16.3 -
YUV 198.01 54.63 110.16 -
System Red Green Blue C M Y K H S L
Decimal 173 236 68 0.27 0 0.71 0.07 82.5 0.82 0.6
Hex AD EC 44 1B 0 47 7 52 52 3C
Octal 255 354 104 33 0 107 7 122 122 74
Binary 10101101 11101100 1000100 11011 0 1000111 111 1010010 1010010 111100

Color Harmonies of #ADEC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEC44

Black with #ADEC44

Text Example


Text Example

White with #ADEC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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