Html Css Color HEX #609B10 Limeade

📋 copy color: '#609B10'

red 96 ◦ green 155 ◦ blue 16

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

Shades of Limeade #609B10

Tints of Limeade #609B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 35.96%
G = 58.05%
B = 5.99%

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

#609B10 (or 0x609B10) is known color: Limeade. HEX triplet: 60, 9B and 10. RGB value is (96,155,16). Sum of RGB (Red+Green+Blue) = 96+155+16=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #609B10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609B10 is #9F64EF. Grayscale: #7A7A7A. Windows color (decimal): -10446064 or 1088352. OLE color: 1088352.

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

Color convert

RGB 96 155 16 -
CMYK 0.38 0 0.90 0.39
HSL 85.47º 0.81% 0.34% -
HSV(B) 85.47º 0.9% 0.61% -
XYZ 16.64 25.97 4.63 -
YUV 121.51 68.45 109.8 -
System Red Green Blue C M Y K H S L
Decimal 96 155 16 0.38 0 0.90 0.39 85.47 0.81 0.34
Hex 60 9B 10 26 0 5A 27 55 51 22
Octal 140 233 20 46 0 132 47 125 121 42
Binary 1100000 10011011 10000 100110 0 1011010 100111 1010101 1010001 100010

Color Harmonies of #609B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B10

Black with #609B10

Text Example


Text Example

White with #609B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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