Html Css Color HEX #ADE047 Conifer

📋 copy color: '#ADE047'

red 173 ◦ green 224 ◦ blue 71

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

Shades of Conifer #ADE047

Tints of Conifer #ADE047

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.86%

 BLUE value IS 71 (28.13% from 255) = 15.17%

R = 36.97%
G = 47.86%
B = 15.17%

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

#ADE047 (or 0xADE047) is known color: Conifer. HEX triplet: AD, E0 and 47. RGB value is (173,224,71). Sum of RGB (Red+Green+Blue) = 173+224+71=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE047 is #521FB8. Grayscale: #BFBFBF. Windows color (decimal): -5382073 or 4710573. OLE color: 4710573.

HSL color Cylindrical-coordinate representation of color #ADE047: hue angle of 80º degrees, saturation: 0.71, 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 #ADE047 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 224 71 -
CMYK 0.23 0 0.68 0.12
HSL 80º 0.71% 0.58% -
HSV(B) 80º 0.68% 0.88% -
XYZ 45.03 62.65 15.68 -
YUV 191.31 60.1 114.94 -
System Red Green Blue C M Y K H S L
Decimal 173 224 71 0.23 0 0.68 0.12 80 0.71 0.58
Hex AD E0 47 17 0 44 C 50 47 3A
Octal 255 340 107 27 0 104 14 120 107 72
Binary 10101101 11100000 1000111 10111 0 1000100 1100 1010000 1000111 111010

Color Harmonies of #ADE047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE047

Black with #ADE047

Text Example


Text Example

White with #ADE047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE047; }

 p { color: rgb(173,224,71); }

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

background-color css

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

 a { background-color: rgb(173,224,71); }

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

border-color css

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

 span { border-color: rgb(173,224,71); }

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