Html Css Color HEX #6BA02D Limeade

📋 copy color: '#6BA02D'

red 107 ◦ green 160 ◦ blue 45

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

Shades of Limeade #6BA02D

Tints of Limeade #6BA02D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.28%

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

R = 34.29%
G = 51.28%
B = 14.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#6BA02D (or 0x6BA02D) is known color: Limeade. HEX triplet: 6B, A0 and 2D. RGB value is (107,160,45). Sum of RGB (Red+Green+Blue) = 107+160+45=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA02D is #945FD2. Grayscale: #838383. Windows color (decimal): -9723859 or 2990187. OLE color: 2990187.

HSL color Cylindrical-coordinate representation of color #6BA02D: hue angle of 87.65º 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 #6BA02D is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 160 45 -
CMYK 0.33 0 0.72 0.37
HSL 87.65º 0.56% 0.4% -
HSV(B) 87.65º 0.72% 0.63% -
XYZ 19.11 28.46 6.97 -
YUV 131.04 79.44 110.85 -
System Red Green Blue C M Y K H S L
Decimal 107 160 45 0.33 0 0.72 0.37 87.65 0.56 0.4
Hex 6B A0 2D 21 0 48 25 58 38 28
Octal 153 240 55 41 0 110 45 130 70 50
Binary 1101011 10100000 101101 100001 0 1001000 100101 1011000 111000 101000

Color Harmonies of #6BA02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA02D

Black with #6BA02D

Text Example


Text Example

White with #6BA02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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