Html Css Color HEX #ADE949 Conifer

📋 copy color: '#ADE949'

red 173 ◦ green 233 ◦ blue 73

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

Shades of Conifer #ADE949

Tints of Conifer #ADE949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.64%

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

R = 36.12%
G = 48.64%
B = 15.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#ADE949 (or 0xADE949) is known color: Conifer. HEX triplet: AD, E9 and 49. RGB value is (173,233,73). Sum of RGB (Red+Green+Blue) = 173+233+73=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE949 is #5216B6. Grayscale: #C5C5C5. Windows color (decimal): -5379767 or 4843949. OLE color: 4843949.

HSL color Cylindrical-coordinate representation of color #ADE949: hue angle of 82.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADE949 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 233 73 -
CMYK 0.26 0 0.69 0.09
HSL 82.5º 0.78% 0.6% -
HSV(B) 82.5º 0.69% 0.91% -
XYZ 47.58 67.64 16.85 -
YUV 196.82 58.12 111.01 -
System Red Green Blue C M Y K H S L
Decimal 173 233 73 0.26 0 0.69 0.09 82.5 0.78 0.6
Hex AD E9 49 1A 0 45 9 52 4E 3C
Octal 255 351 111 32 0 105 11 122 116 74
Binary 10101101 11101001 1001001 11010 0 1000101 1001 1010010 1001110 111100

Color Harmonies of #ADE949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE949

Black with #ADE949

Text Example


Text Example

White with #ADE949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE949; }

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

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

background-color css

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

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

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

border-color css

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

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

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