Html Css Color HEX #ADE146 Conifer

📋 copy color: '#ADE146'

red 173 ◦ green 225 ◦ blue 70

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

Shades of Conifer #ADE146

Tints of Conifer #ADE146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.96%

R = 36.97%
G = 48.08%
B = 14.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#ADE146 (or 0xADE146) is known color: Conifer. HEX triplet: AD, E1 and 46. RGB value is (173,225,70). Sum of RGB (Red+Green+Blue) = 173+225+70=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE146 is #521EB9. Grayscale: #C0C0C0. Windows color (decimal): -5381818 or 4645293. OLE color: 4645293.

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

Color convert

RGB 173 225 70 -
CMYK 0.23 0 0.69 0.12
HSL 80.13º 0.72% 0.58% -
HSV(B) 80.13º 0.69% 0.88% -
XYZ 45.26 63.18 15.6 -
YUV 191.78 59.27 114.6 -
System Red Green Blue C M Y K H S L
Decimal 173 225 70 0.23 0 0.69 0.12 80.13 0.72 0.58
Hex AD E1 46 17 0 45 C 50 48 3A
Octal 255 341 106 27 0 105 14 120 110 72
Binary 10101101 11100001 1000110 10111 0 1000101 1100 1010000 1001000 111010

Color Harmonies of #ADE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE146

Black with #ADE146

Text Example


Text Example

White with #ADE146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE146; }

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

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

background-color css

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

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

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

border-color css

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

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

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