#3AFF92

Color #3AFF92 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3AFF92

Tints of Shamrock #3AFF92

Color information

#3AFF92 (or 0x3AFF92) is unknown color: approx Shamrock. HEX triplet: 3A, FF and 92. RGB value is (58,255,146). Sum of RGB (Red+Green+Blue) = 58+255+146=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AFF92 is #C5006D. Grayscale: #B7B7B7. Windows color (decimal): -12910702 or 9633594. OLE color: 9633594.

HSL color Cylindrical-coordinate representation of color #3AFF92: hue angle of 146.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFF92 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB58255146-
CMYK0.7700.430
HSL146.8º100%61.37%-
HSV(B)146.8º77.25%100%-
XYZ42.6974.4939.32-
YUV183.67106.7338.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.64%
GREEN value IS 255 (100% from 255) = 55.56%
BLUE value IS 146 (57.42% from 255) = 31.81%
R=12.64%
G=55.56%
B=31.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal582551460.7700.430146.810061.37
Hex3AFF924D02B093643d
Octal72377222115053022314475
Binary1110101111111110010010100110101010110100100111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AFF92; }

 p { color: rgb(58,255,146); }

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

<style>
 a { background-color: #3AFF92; }

 a { background-color: rgb(58,255,146); }

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

<style>
 span { border-color: #3AFF92; }

 span { border-color: rgb(58,255,146); }

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