#6AC31C

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

Shades of Christi #6AC31C

Tints of Christi #6AC31C

Color information

#6AC31C (or 0x6AC31C) is unknown color: approx Christi. HEX triplet: 6A, C3 and 1C. RGB value is (106,195,28). Sum of RGB (Red+Green+Blue) = 106+195+28=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC31C is #953CE3. Grayscale: #959595. Windows color (decimal): -9780452 or 1885034. OLE color: 1885034.

HSL color Cylindrical-coordinate representation of color #6AC31C: hue angle of 91.98º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6AC31C is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB10619528-
CMYK0.4600.860.24
HSL91.98º74.89%43.73%-
HSV(B)91.98º85.64%76.47%-
XYZ25.6742.187.89-
YUV149.3559.5197.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.22%
GREEN value IS 195 (76.56% from 255) = 59.27%
BLUE value IS 28 (11.33% from 255) = 8.51%
R=32.22%
G=59.27%
B=8.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106195280.4600.860.2491.9874.8943.73
Hex6AC31C2E056185c4b2c
Octal152303345601263013411354
Binary11010101100001111100101110010101101100010111001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,195,28); }

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

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

 a { background-color: rgb(106,195,28); }

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

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

 span { border-color: rgb(106,195,28); }

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