Html Css Color HEX #609B0E Limeade

📋 copy color: '#609B0E'

red 96 ◦ green 155 ◦ blue 14

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

Shades of Limeade #609B0E

Tints of Limeade #609B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.28%

R = 36.23%
G = 58.49%
B = 5.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#609B0E (or 0x609B0E) is known color: Limeade. HEX triplet: 60, 9B and 0E. RGB value is (96,155,14). Sum of RGB (Red+Green+Blue) = 96+155+14=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 155 (60.94% from 255 or 58.49% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 155 - color contains mainly: green. Hex color #609B0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609B0E is #9F64F1. Grayscale: #797979. Windows color (decimal): -10446066 or 957280. OLE color: 957280.

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

Color convert

RGB 96 155 14 -
CMYK 0.38 0 0.91 0.39
HSL 85.11º 0.83% 0.33% -
HSV(B) 85.11º 0.91% 0.61% -
XYZ 16.62 25.96 4.55 -
YUV 121.29 67.45 109.96 -
System Red Green Blue C M Y K H S L
Decimal 96 155 14 0.38 0 0.91 0.39 85.11 0.83 0.33
Hex 60 9B E 26 0 5B 27 55 53 21
Octal 140 233 16 46 0 133 47 125 123 41
Binary 1100000 10011011 1110 100110 0 1011011 100111 1010101 1010011 100001

Color Harmonies of #609B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B0E

Black with #609B0E

Text Example


Text Example

White with #609B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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