Html Css Color HEX #ADE342 Conifer

📋 copy color: '#ADE342'

red 173 ◦ green 227 ◦ blue 66

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

Shades of Conifer #ADE342

Tints of Conifer #ADE342

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.71%

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

R = 37.12%
G = 48.71%
B = 14.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#ADE342 (or 0xADE342) is known color: Conifer. HEX triplet: AD, E3 and 42. RGB value is (173,227,66). Sum of RGB (Red+Green+Blue) = 173+227+66=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE342 is #521CBD. Grayscale: #C1C1C1. Windows color (decimal): -5381310 or 4383661. OLE color: 4383661.

HSL color Cylindrical-coordinate representation of color #ADE342: hue angle of 80.12º degrees, saturation: 0.74, 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 #ADE342 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 227 66 -
CMYK 0.24 0 0.71 0.11
HSL 80.12º 0.74% 0.57% -
HSV(B) 80.12º 0.71% 0.89% -
XYZ 45.69 64.22 15.14 -
YUV 192.5 56.61 114.09 -
System Red Green Blue C M Y K H S L
Decimal 173 227 66 0.24 0 0.71 0.11 80.12 0.74 0.57
Hex AD E3 42 18 0 47 B 50 4A 39
Octal 255 343 102 30 0 107 13 120 112 71
Binary 10101101 11100011 1000010 11000 0 1000111 1011 1010000 1001010 111001

Color Harmonies of #ADE342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE342

Black with #ADE342

Text Example


Text Example

White with #ADE342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE342; }

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

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

background-color css

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

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

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

border-color css

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

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

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