#12633A

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

Shades of Fun Green #12633A

Tints of Fun Green #12633A

Color information

#12633A (or 0x12633A) is unknown color: approx Fun Green. HEX triplet: 12, 63 and 3A. RGB value is (18,99,58). Sum of RGB (Red+Green+Blue) = 18+99+58=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #12633A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12633A is #ED9CC5. Grayscale: #464646. Windows color (decimal): -15572166 or 3826450. OLE color: 3826450.

HSL color Cylindrical-coordinate representation of color #12633A: hue angle of 149.63º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12633A is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB189958-
CMYK0.8200.410.61
HSL149.63º69.23%22.94%-
HSV(B)149.63º81.82%38.82%-
XYZ5.489.365.52-
YUV70.11121.1690.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 99 (39.06% from 255) = 56.57%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=10.29%
G=56.57%
B=33.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899580.8200.410.61149.6369.2322.94
Hex12633A520293D964517
Octal22143721220517522610527
Binary1001011000111110101010010010100111110110010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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