Html Css Color HEX #ADEE50 Conifer

📋 copy color: '#ADEE50'

red 173 ◦ green 238 ◦ blue 80

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

Shades of Conifer #ADEE50

Tints of Conifer #ADEE50

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.47%

 BLUE value IS 80 (31.64% from 255) = 16.29%

R = 35.23%
G = 48.47%
B = 16.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ADEE50 (or 0xADEE50) is known color: Conifer. HEX triplet: AD, EE and 50. RGB value is (173,238,80). Sum of RGB (Red+Green+Blue) = 173+238+80=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEE50 is #5211AF. Grayscale: #C9C9C9. Windows color (decimal): -5378480 or 5303981. OLE color: 5303981.

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

Color convert

RGB 173 238 80 -
CMYK 0.27 0 0.66 0.07
HSL 84.68º 0.82% 0.62% -
HSV(B) 84.68º 0.66% 0.93% -
XYZ 49.26 70.61 18.62 -
YUV 200.55 59.97 108.35 -
System Red Green Blue C M Y K H S L
Decimal 173 238 80 0.27 0 0.66 0.07 84.68 0.82 0.62
Hex AD EE 50 1B 0 42 7 55 52 3E
Octal 255 356 120 33 0 102 7 125 122 76
Binary 10101101 11101110 1010000 11011 0 1000010 111 1010101 1010010 111110

Color Harmonies of #ADEE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEE50

Black with #ADEE50

Text Example


Text Example

White with #ADEE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEE50; }

 p { color: rgb(173,238,80); }

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

background-color css

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

 a { background-color: rgb(173,238,80); }

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

border-color css

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

 span { border-color: rgb(173,238,80); }

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