Html Css Color HEX #ADE650 Conifer

📋 copy color: '#ADE650'

red 173 ◦ green 230 ◦ blue 80

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

Shades of Conifer #ADE650

Tints of Conifer #ADE650

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.62%

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

R = 35.82%
G = 47.62%
B = 16.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#ADE650 (or 0xADE650) is known color: Conifer. HEX triplet: AD, E6 and 50. RGB value is (173,230,80). Sum of RGB (Red+Green+Blue) = 173+230+80=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE650 is #5219AF. Grayscale: #C4C4C4. Windows color (decimal): -5380528 or 5301933. OLE color: 5301933.

HSL color Cylindrical-coordinate representation of color #ADE650: hue angle of 82.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADE650 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 230 80 -
CMYK 0.25 0 0.65 0.10
HSL 82.8º 0.75% 0.61% -
HSV(B) 82.8º 0.65% 0.9% -
XYZ 46.98 66.06 17.86 -
YUV 195.86 62.62 111.7 -
System Red Green Blue C M Y K H S L
Decimal 173 230 80 0.25 0 0.65 0.10 82.8 0.75 0.61
Hex AD E6 50 19 0 41 A 53 4B 3D
Octal 255 346 120 31 0 101 12 123 113 75
Binary 10101101 11100110 1010000 11001 0 1000001 1010 1010011 1001011 111101

Color Harmonies of #ADE650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE650

Black with #ADE650

Text Example


Text Example

White with #ADE650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE650; }

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

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

background-color css

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

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

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

border-color css

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

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

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