#6AB32A

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

Shades of Christi #6AB32A

Tints of Christi #6AB32A

Color information

#6AB32A (or 0x6AB32A) is unknown color: approx Christi. HEX triplet: 6A, B3 and 2A. RGB value is (106,179,42). Sum of RGB (Red+Green+Blue) = 106+179+42=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB32A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB32A is #954CD5. Grayscale: #8E8E8E. Windows color (decimal): -9784534 or 2798442. OLE color: 2798442.

HSL color Cylindrical-coordinate representation of color #6AB32A: hue angle of 91.97º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AB32A is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB10617942-
CMYK0.4100.770.30
HSL91.97º61.99%43.33%-
HSV(B)91.97º76.54%70.2%-
XYZ22.4835.477.85-
YUV141.5671.82102.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.42%
GREEN value IS 179 (70.31% from 255) = 54.74%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=32.42%
G=54.74%
B=12.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal106179420.4100.770.3091.9761.9943.33
Hex6AB32A2904D1E5c3e2b
Octal15226352510115361347653
Binary11010101011001110101010100101001101111101011100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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