#12AF25

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

Shades of Dark Pastel Green #12AF25

Tints of Dark Pastel Green #12AF25

Color information

#12AF25 (or 0x12AF25) is unknown color: approx Dark Pastel Green. HEX triplet: 12, AF and 25. RGB value is (18,175,37). Sum of RGB (Red+Green+Blue) = 18+175+37=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 175 (68.75% from 255 or 76.09% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AF25 is #ED50DA. Grayscale: #707070. Windows color (decimal): -15552731 or 2469650. OLE color: 2469650.

HSL color Cylindrical-coordinate representation of color #12AF25: hue angle of 127.26º 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 #12AF25 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1817537-
CMYK0.9000.790.31
HSL127.26º81.35%37.84%-
HSV(B)127.26º89.71%68.63%-
XYZ15.9130.926.88-
YUV112.3285.4960.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 175 (68.75% from 255) = 76.09%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=7.83%
G=76.09%
B=16.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18175370.9000.790.31127.2681.3537.84
Hex12AF255A04F1F7f5126
Octal222574513201173717712146
Binary10010101011111001011011010010011111111111111111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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