#12AF26

Color #12AF26 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #12AF26

Tints of Dark Pastel Green #12AF26

Color information

#12AF26 (or 0x12AF26) is unknown color: approx Dark Pastel Green. HEX triplet: 12, AF and 26. RGB value is (18,175,38). Sum of RGB (Red+Green+Blue) = 18+175+38=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AF26 is #ED50D9. Grayscale: #707070. Windows color (decimal): -15552730 or 2535186. OLE color: 2535186.

HSL color Cylindrical-coordinate representation of color #12AF26: hue angle of 127.64º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF26 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1817538-
CMYK0.9000.780.31
HSL127.64º81.35%37.84%-
HSV(B)127.64º89.71%68.63%-
XYZ15.9330.936.96-
YUV112.4485.9960.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 175 (68.75% from 255) = 75.76%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=7.79%
G=75.76%
B=16.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18175380.9000.780.31127.6481.3537.84
Hex12AF265A04E1F805126
Octal222574613201163720012146
Binary100101010111110011010110100100111011111100000001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12AF26; }

 p { color: rgb(18,175,38); }

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

<style>
 a { background-color: #12AF26; }

 a { background-color: rgb(18,175,38); }

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

<style>
 span { border-color: #12AF26; }

 span { border-color: rgb(18,175,38); }

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