Html Css Color HEX #609F1F Limeade

📋 copy color: '#609F1F'

red 96 ◦ green 159 ◦ blue 31

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

Shades of Limeade #609F1F

Tints of Limeade #609F1F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 55.59%

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 33.57%
G = 55.59%
B = 10.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#609F1F (or 0x609F1F) is known color: Limeade. HEX triplet: 60, 9F and 1F. RGB value is (96,159,31). Sum of RGB (Red+Green+Blue) = 96+159+31=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #609F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609F1F is #9F60E0. Grayscale: #7E7E7E. Windows color (decimal): -10445025 or 2072416. OLE color: 2072416.

HSL color Cylindrical-coordinate representation of color #609F1F: hue angle of 89.53º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #609F1F is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 159 31 -
CMYK 0.40 0 0.81 0.38
HSL 89.53º 0.67% 0.37% -
HSV(B) 89.53º 0.81% 0.62% -
XYZ 17.47 27.38 5.66 -
YUV 125.57 74.63 106.91 -
System Red Green Blue C M Y K H S L
Decimal 96 159 31 0.40 0 0.81 0.38 89.53 0.67 0.37
Hex 60 9F 1F 28 0 51 26 5A 43 25
Octal 140 237 37 50 0 121 46 132 103 45
Binary 1100000 10011111 11111 101000 0 1010001 100110 1011010 1000011 100101

Color Harmonies of #609F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609F1F

Black with #609F1F

Text Example


Text Example

White with #609F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,159,31); }

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

background-color css

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

 a { background-color: rgb(96,159,31); }

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

border-color css

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

 span { border-color: rgb(96,159,31); }

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