Html Css Color HEX #ADE950 Conifer

📋 copy color: '#ADE950'

red 173 ◦ green 233 ◦ blue 80

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

Shades of Conifer #ADE950

Tints of Conifer #ADE950

RGB

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

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

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

R = 35.6%
G = 47.94%
B = 16.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#ADE950 (or 0xADE950) is known color: Conifer. HEX triplet: AD, E9 and 50. RGB value is (173,233,80). Sum of RGB (Red+Green+Blue) = 173+233+80=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE950 is #5216AF. Grayscale: #C6C6C6. Windows color (decimal): -5379760 or 5302701. OLE color: 5302701.

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

Color convert

RGB 173 233 80 -
CMYK 0.26 0 0.66 0.09
HSL 83.53º 0.78% 0.61% -
HSV(B) 83.53º 0.66% 0.91% -
XYZ 47.82 67.74 18.14 -
YUV 197.62 61.62 110.44 -
System Red Green Blue C M Y K H S L
Decimal 173 233 80 0.26 0 0.66 0.09 83.53 0.78 0.61
Hex AD E9 50 1A 0 42 9 54 4E 3D
Octal 255 351 120 32 0 102 11 124 116 75
Binary 10101101 11101001 1010000 11010 0 1000010 1001 1010100 1001110 111101

Color Harmonies of #ADE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE950

Black with #ADE950

Text Example


Text Example

White with #ADE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE950; }

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

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

background-color css

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

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

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

border-color css

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

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

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