Html Css Color HEX #ADE149 Conifer

📋 copy color: '#ADE149'

red 173 ◦ green 225 ◦ blue 73

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

Shades of Conifer #ADE149

Tints of Conifer #ADE149

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.77%

 BLUE value IS 73 (28.91% from 255) = 15.5%

R = 36.73%
G = 47.77%
B = 15.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#ADE149 (or 0xADE149) is known color: Conifer. HEX triplet: AD, E1 and 49. RGB value is (173,225,73). Sum of RGB (Red+Green+Blue) = 173+225+73=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE149 is #521EB6. Grayscale: #C0C0C0. Windows color (decimal): -5381815 or 4841901. OLE color: 4841901.

HSL color Cylindrical-coordinate representation of color #ADE149: hue angle of 80.53º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE149 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 225 73 -
CMYK 0.23 0 0.68 0.12
HSL 80.53º 0.72% 0.58% -
HSV(B) 80.53º 0.68% 0.88% -
XYZ 45.36 63.22 16.11 -
YUV 192.12 60.77 114.36 -
System Red Green Blue C M Y K H S L
Decimal 173 225 73 0.23 0 0.68 0.12 80.53 0.72 0.58
Hex AD E1 49 17 0 44 C 51 48 3A
Octal 255 341 111 27 0 104 14 121 110 72
Binary 10101101 11100001 1001001 10111 0 1000100 1100 1010001 1001000 111010

Color Harmonies of #ADE149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE149

Black with #ADE149

Text Example


Text Example

White with #ADE149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE149; }

 p { color: rgb(173,225,73); }

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

background-color css

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

 a { background-color: rgb(173,225,73); }

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

border-color css

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

 span { border-color: rgb(173,225,73); }

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