#12613A

Color #12613A Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #12613A

Tints of Fun Green #12613A

Color information

#12613A (or 0x12613A) is unknown color: approx Fun Green. HEX triplet: 12, 61 and 3A. RGB value is (18,97,58). Sum of RGB (Red+Green+Blue) = 18+97+58=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #12613A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12613A is #ED9EC5. Grayscale: #454545. Windows color (decimal): -15572678 or 3825938. OLE color: 3825938.

HSL color Cylindrical-coordinate representation of color #12613A: hue angle of 150.38º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12613A is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB189758-
CMYK0.8100.400.62
HSL150.38º68.7%22.55%-
HSV(B)150.38º81.44%38.04%-
XYZ5.298.985.46-
YUV68.93121.8391.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 97 (38.28% from 255) = 56.07%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=10.40%
G=56.07%
B=33.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897580.8100.400.62150.3868.722.55
Hex12613A510283E964517
Octal22141721210507622610527
Binary1001011000011110101010001010100011111010010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12613A; }

 p { color: rgb(18,97,58); }

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

<style>
 a { background-color: #12613A; }

 a { background-color: rgb(18,97,58); }

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

<style>
 span { border-color: #12613A; }

 span { border-color: rgb(18,97,58); }

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