Html Css Color HEX #6BA12D Limeade

📋 copy color: '#6BA12D'

red 107 ◦ green 161 ◦ blue 45

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

Shades of Limeade #6BA12D

Tints of Limeade #6BA12D

RGB

 RED value IS 107 (42.19% from 255) = 34.19%

 GREEN value IS 161 (63.28% from 255) = 51.44%

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 34.19%
G = 51.44%
B = 14.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#6BA12D (or 0x6BA12D) is known color: Limeade. HEX triplet: 6B, A1 and 2D. RGB value is (107,161,45). Sum of RGB (Red+Green+Blue) = 107+161+45=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA12D is #945ED2. Grayscale: #848484. Windows color (decimal): -9723603 or 2990443. OLE color: 2990443.

HSL color Cylindrical-coordinate representation of color #6BA12D: hue angle of 87.93º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6BA12D is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 161 45 -
CMYK 0.34 0 0.72 0.37
HSL 87.93º 0.56% 0.4% -
HSV(B) 87.93º 0.72% 0.63% -
XYZ 19.28 28.81 7.03 -
YUV 131.63 79.11 110.43 -
System Red Green Blue C M Y K H S L
Decimal 107 161 45 0.34 0 0.72 0.37 87.93 0.56 0.4
Hex 6B A1 2D 22 0 48 25 58 38 28
Octal 153 241 55 42 0 110 45 130 70 50
Binary 1101011 10100001 101101 100010 0 1001000 100101 1011000 111000 101000

Color Harmonies of #6BA12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA12D

Black with #6BA12D

Text Example


Text Example

White with #6BA12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,161,45); }

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

background-color css

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

 a { background-color: rgb(107,161,45); }

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

border-color css

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

 span { border-color: rgb(107,161,45); }

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