Html Css Color HEX #609D12 Limeade

📋 copy color: '#609D12'

red 96 ◦ green 157 ◦ blue 18

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

Shades of Limeade #609D12

Tints of Limeade #609D12

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.93%

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 35.42%
G = 57.93%
B = 6.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#609D12 (or 0x609D12) is known color: Limeade. HEX triplet: 60, 9D and 12. RGB value is (96,157,18). Sum of RGB (Red+Green+Blue) = 96+157+18=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 157 (61.72% from 255 or 57.93% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 157 - color contains mainly: green. Hex color #609D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609D12 is #9F62ED. Grayscale: #7B7B7B. Windows color (decimal): -10445550 or 1219936. OLE color: 1219936.

HSL color Cylindrical-coordinate representation of color #609D12: hue angle of 86.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #609D12 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 157 18 -
CMYK 0.39 0 0.89 0.38
HSL 86.33º 0.79% 0.34% -
HSV(B) 86.33º 0.89% 0.62% -
XYZ 16.99 26.64 4.82 -
YUV 122.92 68.79 108.8 -
System Red Green Blue C M Y K H S L
Decimal 96 157 18 0.39 0 0.89 0.38 86.33 0.79 0.34
Hex 60 9D 12 27 0 59 26 56 4F 22
Octal 140 235 22 47 0 131 46 126 117 42
Binary 1100000 10011101 10010 100111 0 1011001 100110 1010110 1001111 100010

Color Harmonies of #609D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D12

Black with #609D12

Text Example


Text Example

White with #609D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,157,18); }

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

background-color css

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

 a { background-color: rgb(96,157,18); }

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

border-color css

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

 span { border-color: rgb(96,157,18); }

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