Html Css Color HEX #5F961A Limeade

📋 copy color: '#5F961A'

red 95 ◦ green 150 ◦ blue 26

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

Shades of Limeade #5F961A

Tints of Limeade #5F961A

RGB

 RED value IS 95 (37.5% from 255) = 35.06%

 GREEN value IS 150 (58.98% from 255) = 55.35%

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 35.06%
G = 55.35%
B = 9.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#5F961A (or 0x5F961A) is known color: Limeade. HEX triplet: 5F, 96 and 1A. RGB value is (95,150,26). Sum of RGB (Red+Green+Blue) = 95+150+26=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #5F961A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F961A is #A069E5. Grayscale: #777777. Windows color (decimal): -10512870 or 1742431. OLE color: 1742431.

HSL color Cylindrical-coordinate representation of color #5F961A: hue angle of 86.61º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F961A is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 95 150 26 -
CMYK 0.37 0 0.83 0.41
HSL 86.61º 0.7% 0.35% -
HSV(B) 86.61º 0.83% 0.59% -
XYZ 15.81 24.32 4.84 -
YUV 119.42 75.28 110.58 -
System Red Green Blue C M Y K H S L
Decimal 95 150 26 0.37 0 0.83 0.41 86.61 0.7 0.35
Hex 5F 96 1A 25 0 53 29 57 46 23
Octal 137 226 32 45 0 123 51 127 106 43
Binary 1011111 10010110 11010 100101 0 1010011 101001 1010111 1000110 100011

Color Harmonies of #5F961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F961A

Black with #5F961A

Text Example


Text Example

White with #5F961A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,150,26); }

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

background-color css

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

 a { background-color: rgb(95,150,26); }

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

border-color css

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

 span { border-color: rgb(95,150,26); }

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