Html Css Color HEX #ADE142 Conifer

📋 copy color: '#ADE142'

red 173 ◦ green 225 ◦ blue 66

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

Shades of Conifer #ADE142

Tints of Conifer #ADE142

RGB

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

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

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

R = 37.28%
G = 48.49%
B = 14.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#ADE142 (or 0xADE142) is known color: Conifer. HEX triplet: AD, E1 and 42. RGB value is (173,225,66). Sum of RGB (Red+Green+Blue) = 173+225+66=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE142 is #521EBD. Grayscale: #BFBFBF. Windows color (decimal): -5381822 or 4383149. OLE color: 4383149.

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

Color convert

RGB 173 225 66 -
CMYK 0.23 0 0.71 0.12
HSL 79.62º 0.73% 0.57% -
HSV(B) 79.62º 0.71% 0.88% -
XYZ 45.14 63.13 14.96 -
YUV 191.33 57.27 114.93 -
System Red Green Blue C M Y K H S L
Decimal 173 225 66 0.23 0 0.71 0.12 79.62 0.73 0.57
Hex AD E1 42 17 0 47 C 50 49 39
Octal 255 341 102 27 0 107 14 120 111 71
Binary 10101101 11100001 1000010 10111 0 1000111 1100 1010000 1001001 111001

Color Harmonies of #ADE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE142

Black with #ADE142

Text Example


Text Example

White with #ADE142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE142; }

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

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

background-color css

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

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

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

border-color css

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

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

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