Html Css Color HEX #609B1E Limeade

📋 copy color: '#609B1E'

red 96 ◦ green 155 ◦ blue 30

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

Shades of Limeade #609B1E

Tints of Limeade #609B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 34.16%
G = 55.16%
B = 10.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#609B1E (or 0x609B1E) is known color: Limeade. HEX triplet: 60, 9B and 1E. RGB value is (96,155,30). Sum of RGB (Red+Green+Blue) = 96+155+30=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #609B1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B1E is #9F64E1. Grayscale: #7B7B7B. Windows color (decimal): -10446050 or 2005856. OLE color: 2005856.

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

Color convert

RGB 96 155 30 -
CMYK 0.38 0 0.81 0.39
HSL 88.32º 0.68% 0.36% -
HSV(B) 88.32º 0.81% 0.61% -
XYZ 16.78 26.02 5.37 -
YUV 123.11 75.45 108.66 -
System Red Green Blue C M Y K H S L
Decimal 96 155 30 0.38 0 0.81 0.39 88.32 0.68 0.36
Hex 60 9B 1E 26 0 51 27 58 44 24
Octal 140 233 36 46 0 121 47 130 104 44
Binary 1100000 10011011 11110 100110 0 1010001 100111 1011000 1000100 100100

Color Harmonies of #609B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B1E

Black with #609B1E

Text Example


Text Example

White with #609B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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