Html Css Color HEX #ADE242 Conifer

📋 copy color: '#ADE242'

red 173 ◦ green 226 ◦ blue 66

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

Shades of Conifer #ADE242

Tints of Conifer #ADE242

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.6%

 BLUE value IS 66 (26.17% from 255) = 14.19%

R = 37.2%
G = 48.6%
B = 14.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#ADE242 (or 0xADE242) is known color: Conifer. HEX triplet: AD, E2 and 42. RGB value is (173,226,66). Sum of RGB (Red+Green+Blue) = 173+226+66=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE242 is #521DBD. Grayscale: #C0C0C0. Windows color (decimal): -5381566 or 4383405. OLE color: 4383405.

HSL color Cylindrical-coordinate representation of color #ADE242: hue angle of 79.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADE242 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 226 66 -
CMYK 0.23 0 0.71 0.11
HSL 79.88º 0.73% 0.57% -
HSV(B) 79.88º 0.71% 0.89% -
XYZ 45.41 63.67 15.05 -
YUV 191.91 56.94 114.51 -
System Red Green Blue C M Y K H S L
Decimal 173 226 66 0.23 0 0.71 0.11 79.88 0.73 0.57
Hex AD E2 42 17 0 47 B 50 49 39
Octal 255 342 102 27 0 107 13 120 111 71
Binary 10101101 11100010 1000010 10111 0 1000111 1011 1010000 1001001 111001

Color Harmonies of #ADE242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE242

Black with #ADE242

Text Example


Text Example

White with #ADE242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE242; }

 p { color: rgb(173,226,66); }

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

background-color css

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

 a { background-color: rgb(173,226,66); }

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

border-color css

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

 span { border-color: rgb(173,226,66); }

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