Html Css Color HEX #5A920F Limeade

📋 copy color: '#5A920F'

red 90 ◦ green 146 ◦ blue 15

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

Shades of Limeade #5A920F

Tints of Limeade #5A920F

RGB

 RED value IS 90 (35.55% from 255) = 35.86%

 GREEN value IS 146 (57.42% from 255) = 58.17%

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 35.86%
G = 58.17%
B = 5.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#5A920F (or 0x5A920F) is known color: Limeade. HEX triplet: 5A, 92 and 0F. RGB value is (90,146,15). Sum of RGB (Red+Green+Blue) = 90+146+15=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #5A920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A920F is #A56DF0. Grayscale: #727272. Windows color (decimal): -10841585 or 1020506. OLE color: 1020506.

HSL color Cylindrical-coordinate representation of color #5A920F: hue angle of 85.65º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A920F is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 146 15 -
CMYK 0.38 0 0.90 0.43
HSL 85.65º 0.81% 0.32% -
HSV(B) 85.65º 0.9% 0.57% -
XYZ 14.58 22.77 4.08 -
YUV 114.32 71.95 110.65 -
System Red Green Blue C M Y K H S L
Decimal 90 146 15 0.38 0 0.90 0.43 85.65 0.81 0.32
Hex 5A 92 F 26 0 5A 2B 56 51 20
Octal 132 222 17 46 0 132 53 126 121 40
Binary 1011010 10010010 1111 100110 0 1011010 101011 1010110 1010001 100000

Color Harmonies of #5A920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A920F

Black with #5A920F

Text Example


Text Example

White with #5A920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A920F; }

 p { color: rgb(90,146,15); }

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

background-color css

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

 a { background-color: rgb(90,146,15); }

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

border-color css

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

 span { border-color: rgb(90,146,15); }

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