Html Css Color HEX #ADE942 Conifer

📋 copy color: '#ADE942'

red 173 ◦ green 233 ◦ blue 66

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

Shades of Conifer #ADE942

Tints of Conifer #ADE942

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.36%

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

R = 36.65%
G = 49.36%
B = 13.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#ADE942 (or 0xADE942) is known color: Conifer. HEX triplet: AD, E9 and 42. RGB value is (173,233,66). Sum of RGB (Red+Green+Blue) = 173+233+66=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE942 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE942 is #5216BD. Grayscale: #C4C4C4. Windows color (decimal): -5379774 or 4385197. OLE color: 4385197.

HSL color Cylindrical-coordinate representation of color #ADE942: hue angle of 81.56º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADE942 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 233 66 -
CMYK 0.26 0 0.72 0.09
HSL 81.56º 0.79% 0.59% -
HSV(B) 81.56º 0.72% 0.91% -
XYZ 47.36 67.56 15.7 -
YUV 196.02 54.62 111.58 -
System Red Green Blue C M Y K H S L
Decimal 173 233 66 0.26 0 0.72 0.09 81.56 0.79 0.59
Hex AD E9 42 1A 0 48 9 52 4F 3B
Octal 255 351 102 32 0 110 11 122 117 73
Binary 10101101 11101001 1000010 11010 0 1001000 1001 1010010 1001111 111011

Color Harmonies of #ADE942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE942

Black with #ADE942

Text Example


Text Example

White with #ADE942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE942; }

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

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

background-color css

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

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

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

border-color css

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

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

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