Html Css Color HEX #ADE446 Conifer

📋 copy color: '#ADE446'

red 173 ◦ green 228 ◦ blue 70

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

Shades of Conifer #ADE446

Tints of Conifer #ADE446

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.41%

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

R = 36.73%
G = 48.41%
B = 14.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#ADE446 (or 0xADE446) is known color: Conifer. HEX triplet: AD, E4 and 46. RGB value is (173,228,70). Sum of RGB (Red+Green+Blue) = 173+228+70=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE446 is #521BB9. Grayscale: #C2C2C2. Windows color (decimal): -5381050 or 4646061. OLE color: 4646061.

HSL color Cylindrical-coordinate representation of color #ADE446: hue angle of 80.89º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADE446 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 228 70 -
CMYK 0.24 0 0.69 0.11
HSL 80.89º 0.75% 0.58% -
HSV(B) 80.89º 0.69% 0.89% -
XYZ 46.08 64.81 15.88 -
YUV 193.54 58.28 113.35 -
System Red Green Blue C M Y K H S L
Decimal 173 228 70 0.24 0 0.69 0.11 80.89 0.75 0.58
Hex AD E4 46 18 0 45 B 51 4B 3A
Octal 255 344 106 30 0 105 13 121 113 72
Binary 10101101 11100100 1000110 11000 0 1000101 1011 1010001 1001011 111010

Color Harmonies of #ADE446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE446

Black with #ADE446

Text Example


Text Example

White with #ADE446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE446; }

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

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

background-color css

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

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

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

border-color css

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

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

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