Html Css Color HEX #609A22 Limeade

📋 copy color: '#609A22'

red 96 ◦ green 154 ◦ blue 34

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

Shades of Limeade #609A22

Tints of Limeade #609A22

RGB

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

 GREEN value IS 154 (60.55% from 255) = 54.23%

 BLUE value IS 34 (13.67% from 255) = 11.97%

R = 33.8%
G = 54.23%
B = 11.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#609A22 (or 0x609A22) is known color: Limeade. HEX triplet: 60, 9A and 22. RGB value is (96,154,34). Sum of RGB (Red+Green+Blue) = 96+154+34=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #609A22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609A22 is #9F65DD. Grayscale: #7B7B7B. Windows color (decimal): -10446302 or 2267744. OLE color: 2267744.

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

Color convert

RGB 96 154 34 -
CMYK 0.38 0 0.78 0.40
HSL 89º 0.64% 0.37% -
HSV(B) 89º 0.78% 0.6% -
XYZ 16.67 25.71 5.6 -
YUV 122.98 77.78 108.76 -
System Red Green Blue C M Y K H S L
Decimal 96 154 34 0.38 0 0.78 0.40 89 0.64 0.37
Hex 60 9A 22 26 0 4E 28 59 40 25
Octal 140 232 42 46 0 116 50 131 100 45
Binary 1100000 10011010 100010 100110 0 1001110 101000 1011001 1000000 100101

Color Harmonies of #609A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609A22

Black with #609A22

Text Example


Text Example

White with #609A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,154,34); }

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

background-color css

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

 a { background-color: rgb(96,154,34); }

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

border-color css

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

 span { border-color: rgb(96,154,34); }

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