Html Css Color HEX #609B1F Limeade

📋 copy color: '#609B1F'

red 96 ◦ green 155 ◦ blue 31

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

Shades of Limeade #609B1F

Tints of Limeade #609B1F

RGB

 RED value IS 96 (37.89% from 255) = 34.04%

 GREEN value IS 155 (60.94% from 255) = 54.96%

 BLUE value IS 31 (12.5% from 255) = 10.99%

R = 34.04%
G = 54.96%
B = 10.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#609B1F (or 0x609B1F) is known color: Limeade. HEX triplet: 60, 9B and 1F. RGB value is (96,155,31). Sum of RGB (Red+Green+Blue) = 96+155+31=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #609B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B1F is #9F64E0. Grayscale: #7B7B7B. Windows color (decimal): -10446049 or 2071392. OLE color: 2071392.

HSL color Cylindrical-coordinate representation of color #609B1F: hue angle of 88.55º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #609B1F is Cyan = 0.38, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 155 31 -
CMYK 0.38 0 0.8 0.39
HSL 88.55º 0.67% 0.36% -
HSV(B) 88.55º 0.8% 0.61% -
XYZ 16.79 26.03 5.44 -
YUV 123.22 75.95 108.58 -
System Red Green Blue C M Y K H S L
Decimal 96 155 31 0.38 0 0.8 0.39 88.55 0.67 0.36
Hex 60 9B 1F 26 0 50 27 59 43 24
Octal 140 233 37 46 0 120 47 131 103 44
Binary 1100000 10011011 11111 100110 0 1010000 100111 1011001 1000011 100100

Color Harmonies of #609B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B1F

Black with #609B1F

Text Example


Text Example

White with #609B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609B1F; }

 p { color: rgb(96,155,31); }

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

background-color css

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

 a { background-color: rgb(96,155,31); }

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

border-color css

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

 span { border-color: rgb(96,155,31); }

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