Html Css Color HEX #6AA230 Limeade

📋 copy color: '#6AA230'

red 106 ◦ green 162 ◦ blue 48

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

Shades of Limeade #6AA230

Tints of Limeade #6AA230

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.27%

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 33.54%
G = 51.27%
B = 15.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#6AA230 (or 0x6AA230) is known color: Limeade. HEX triplet: 6A, A2 and 30. RGB value is (106,162,48). Sum of RGB (Red+Green+Blue) = 106+162+48=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA230 is #955DCF. Grayscale: #848484. Windows color (decimal): -9788880 or 3187306. OLE color: 3187306.

HSL color Cylindrical-coordinate representation of color #6AA230: hue angle of 89.47º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6AA230 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 106 162 48 -
CMYK 0.35 0 0.70 0.36
HSL 89.47º 0.54% 0.41% -
HSV(B) 89.47º 0.7% 0.64% -
XYZ 19.4 29.12 7.39 -
YUV 132.26 80.45 109.27 -
System Red Green Blue C M Y K H S L
Decimal 106 162 48 0.35 0 0.70 0.36 89.47 0.54 0.41
Hex 6A A2 30 23 0 46 24 59 36 29
Octal 152 242 60 43 0 106 44 131 66 51
Binary 1101010 10100010 110000 100011 0 1000110 100100 1011001 110110 101001

Color Harmonies of #6AA230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA230

Black with #6AA230

Text Example


Text Example

White with #6AA230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,162,48); }

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

background-color css

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

 a { background-color: rgb(106,162,48); }

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

border-color css

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

 span { border-color: rgb(106,162,48); }

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