Html Css Color HEX #ADED42 Conifer

📋 copy color: '#ADED42'

red 173 ◦ green 237 ◦ blue 66

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

Shades of Conifer #ADED42

Tints of Conifer #ADED42

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.79%

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

R = 36.34%
G = 49.79%
B = 13.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ADED42 (or 0xADED42) is known color: Conifer. HEX triplet: AD, ED and 42. RGB value is (173,237,66). Sum of RGB (Red+Green+Blue) = 173+237+66=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADED42 is #5212BD. Grayscale: #C6C6C6. Windows color (decimal): -5378750 or 4386221. OLE color: 4386221.

HSL color Cylindrical-coordinate representation of color #ADED42: hue angle of 82.46º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADED42 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 66 -
CMYK 0.27 0 0.72 0.07
HSL 82.46º 0.83% 0.59% -
HSV(B) 82.46º 0.72% 0.93% -
XYZ 48.5 69.85 16.08 -
YUV 198.37 53.3 109.9 -
System Red Green Blue C M Y K H S L
Decimal 173 237 66 0.27 0 0.72 0.07 82.46 0.83 0.59
Hex AD ED 42 1B 0 48 7 52 53 3B
Octal 255 355 102 33 0 110 7 122 123 73
Binary 10101101 11101101 1000010 11011 0 1001000 111 1010010 1010011 111011

Color Harmonies of #ADED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADED42

Black with #ADED42

Text Example


Text Example

White with #ADED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADED42; }

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

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

background-color css

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

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

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

border-color css

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

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

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