Html Css Color HEX #6A9935 Limeade

📋 copy color: '#6A9935'

red 106 ◦ green 153 ◦ blue 53

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

Shades of Limeade #6A9935

Tints of Limeade #6A9935

RGB

 RED value IS 106 (41.8% from 255) = 33.97%

 GREEN value IS 153 (60.16% from 255) = 49.04%

 BLUE value IS 53 (21.09% from 255) = 16.99%

R = 33.97%
G = 49.04%
B = 16.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#6A9935 (or 0x6A9935) is known color: Limeade. HEX triplet: 6A, 99 and 35. RGB value is (106,153,53). Sum of RGB (Red+Green+Blue) = 106+153+53=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9935 is #9566CA. Grayscale: #7F7F7F. Windows color (decimal): -9791179 or 3512682. OLE color: 3512682.

HSL color Cylindrical-coordinate representation of color #6A9935: hue angle of 88.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A9935 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 153 53 -
CMYK 0.31 0 0.65 0.4
HSL 88.2º 0.49% 0.4% -
HSV(B) 88.2º 0.65% 0.6% -
XYZ 17.98 26.1 7.46 -
YUV 127.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 106 153 53 0.31 0 0.65 0.4 88.2 0.49 0.4
Hex 6A 99 35 1F 0 41 28 58 31 28
Octal 152 231 65 37 0 101 50 130 61 50
Binary 1101010 10011001 110101 11111 0 1000001 101000 1011000 110001 101000

Color Harmonies of #6A9935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9935

Black with #6A9935

Text Example


Text Example

White with #6A9935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A9935; }

 p { color: rgb(106,153,53); }

 H1.HeaderClassName
 {
   color: #6A9935;
 }
 .AnyTagClassName
 {
   color: #6A9935;
 }
</style>

background-color css

<style>
 a { background-color: #6A9935; }

 a { background-color: rgb(106,153,53); }

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

border-color css

<style>
 span { border-color: #6A9935; }

 span { border-color: rgb(106,153,53); }

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