Html Css Color HEX #609B0F Limeade

📋 copy color: '#609B0F'

red 96 ◦ green 155 ◦ blue 15

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

Shades of Limeade #609B0F

Tints of Limeade #609B0F

RGB

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

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

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

R = 36.09%
G = 58.27%
B = 5.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#609B0F (or 0x609B0F) is known color: Limeade. HEX triplet: 60, 9B and 0F. RGB value is (96,155,15). Sum of RGB (Red+Green+Blue) = 96+155+15=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 155 (60.94% from 255 or 58.27% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 155 - color contains mainly: green. Hex color #609B0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609B0F is #9F64F0. Grayscale: #797979. Windows color (decimal): -10446065 or 1022816. OLE color: 1022816.

HSL color Cylindrical-coordinate representation of color #609B0F: hue angle of 85.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #609B0F is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 155 15 -
CMYK 0.38 0 0.90 0.39
HSL 85.29º 0.82% 0.33% -
HSV(B) 85.29º 0.9% 0.61% -
XYZ 16.63 25.96 4.59 -
YUV 121.4 67.95 109.88 -
System Red Green Blue C M Y K H S L
Decimal 96 155 15 0.38 0 0.90 0.39 85.29 0.82 0.33
Hex 60 9B F 26 0 5A 27 55 52 21
Octal 140 233 17 46 0 132 47 125 122 41
Binary 1100000 10011011 1111 100110 0 1011010 100111 1010101 1010010 100001

Color Harmonies of #609B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B0F

Black with #609B0F

Text Example


Text Example

White with #609B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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