#6ABD2A

Color #6ABD2A Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6ABD2A

Tints of Christi #6ABD2A

Color information

#6ABD2A (or 0x6ABD2A) is unknown color: approx Christi. HEX triplet: 6A, BD and 2A. RGB value is (106,189,42). Sum of RGB (Red+Green+Blue) = 106+189+42=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABD2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABD2A is #9542D5. Grayscale: #939393. Windows color (decimal): -9781974 or 2801002. OLE color: 2801002.

HSL color Cylindrical-coordinate representation of color #6ABD2A: hue angle of 93.88º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6ABD2A is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB10618942-
CMYK0.4400.780.26
HSL93.88º63.64%45.29%-
HSV(B)93.88º77.78%74.12%-
XYZ24.5639.638.54-
YUV147.4368.598.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.45%
GREEN value IS 189 (74.22% from 255) = 56.08%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=31.45%
G=56.08%
B=12.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106189420.4400.780.2693.8863.6445.29
Hex6ABD2A2C04E1A5e402d
Octal152275525401163213610055
Binary110101010111101101010101100010011101101010111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,189,42); }

 H1.HeaderClassName
 {
   color: #6ABD2A;
 }
 .AnyTagClassName
 {
   color: #6ABD2A;
 }
</style>
background-color css

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

 a { background-color: rgb(106,189,42); }

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

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

 span { border-color: rgb(106,189,42); }

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