Html Css Color HEX #ADEB42 Conifer

📋 copy color: '#ADEB42'

red 173 ◦ green 235 ◦ blue 66

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

Shades of Conifer #ADEB42

Tints of Conifer #ADEB42

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.58%

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

R = 36.5%
G = 49.58%
B = 13.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#ADEB42 (or 0xADEB42) is known color: Conifer. HEX triplet: AD, EB and 42. RGB value is (173,235,66). Sum of RGB (Red+Green+Blue) = 173+235+66=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEB42 is #5214BD. Grayscale: #C5C5C5. Windows color (decimal): -5379262 or 4385709. OLE color: 4385709.

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

Color convert

RGB 173 235 66 -
CMYK 0.26 0 0.72 0.08
HSL 82.01º 0.81% 0.59% -
HSV(B) 82.01º 0.72% 0.92% -
XYZ 47.93 68.69 15.89 -
YUV 197.2 53.96 110.74 -
System Red Green Blue C M Y K H S L
Decimal 173 235 66 0.26 0 0.72 0.08 82.01 0.81 0.59
Hex AD EB 42 1A 0 48 8 52 51 3B
Octal 255 353 102 32 0 110 10 122 121 73
Binary 10101101 11101011 1000010 11010 0 1001000 1000 1010010 1010001 111011

Color Harmonies of #ADEB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB42

Black with #ADEB42

Text Example


Text Example

White with #ADEB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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