#6AC428

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

Shades of Christi #6AC428

Tints of Christi #6AC428

Color information

#6AC428 (or 0x6AC428) is unknown color: approx Christi. HEX triplet: 6A, C4 and 28. RGB value is (106,196,40). Sum of RGB (Red+Green+Blue) = 106+196+40=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 196 (76.95% from 255 or 57.31% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 196 - color contains mainly: green. Hex color #6AC428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC428 is #953BD7. Grayscale: #979797. Windows color (decimal): -9780184 or 2671722. OLE color: 2671722.

HSL color Cylindrical-coordinate representation of color #6AC428: hue angle of 94.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6AC428 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB10619640-
CMYK0.4600.800.23
HSL94.62º66.1%46.27%-
HSV(B)94.62º79.59%76.86%-
XYZ26.0742.78.88-
YUV151.3165.1895.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 196 (76.95% from 255) = 57.31%
BLUE value IS 40 (16.02% from 255) = 11.70%
R=30.99%
G=57.31%
B=11.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal106196400.4600.800.2394.6266.146.27
Hex6AC4282E050175f422e
Octal152304505601202713710256
Binary110101011000100101000101110010100001011110111111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,196,40); }

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

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

 a { background-color: rgb(106,196,40); }

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

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

 span { border-color: rgb(106,196,40); }

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