Html Css Color HEX #609D3C Limeade

📋 copy color: '#609D3C'

red 96 ◦ green 157 ◦ blue 60

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

Shades of Limeade #609D3C

Tints of Limeade #609D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 30.67%
G = 50.16%
B = 19.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#609D3C (or 0x609D3C) is known color: Limeade. HEX triplet: 60, 9D and 3C. RGB value is (96,157,60). Sum of RGB (Red+Green+Blue) = 96+157+60=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #609D3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609D3C is #9F62C3. Grayscale: #808080. Windows color (decimal): -10445508 or 3972448. OLE color: 3972448.

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

Color convert

RGB 96 157 60 -
CMYK 0.39 0 0.62 0.38
HSL 97.73º 0.45% 0.43% -
HSV(B) 97.73º 0.62% 0.62% -
XYZ 17.7 26.93 8.54 -
YUV 127.7 89.79 105.39 -
System Red Green Blue C M Y K H S L
Decimal 96 157 60 0.39 0 0.62 0.38 97.73 0.45 0.43
Hex 60 9D 3C 27 0 3E 26 62 2D 2B
Octal 140 235 74 47 0 76 46 142 55 53
Binary 1100000 10011101 111100 100111 0 111110 100110 1100010 101101 101011

Color Harmonies of #609D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D3C

Black with #609D3C

Text Example


Text Example

White with #609D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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