Html Css Color HEX #12C327 Dark Pastel Green

📋 copy color: '#12C327'

red 18 ◦ green 195 ◦ blue 39

#12C327
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #12C327

Tints of Dark Pastel Green #12C327

RGB

 RED value IS 18 (7.42% from 255) = 7.14%

 GREEN value IS 195 (76.56% from 255) = 77.38%

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 7.14%
G = 77.38%
B = 15.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#12C327 (or 0x12C327) is known color: Dark Pastel Green. HEX triplet: 12, C3 and 27. RGB value is (18,195,39). Sum of RGB (Red+Green+Blue) = 18+195+39=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 195 (76.56% from 255 or 77.38% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 195 - color contains mainly: green. Hex color #12C327 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C327 is #ED3CD8. Grayscale: #7C7C7C. Windows color (decimal): -15547609 or 2605842. OLE color: 2605842.

HSL color Cylindrical-coordinate representation of color #12C327: hue angle of 127.12º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C327 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 195 39 -
CMYK 0.91 0 0.80 0.24
HSL 127.12º 0.83% 0.42% -
HSV(B) 127.12º 0.91% 0.76% -
XYZ 20.13 39.31 8.45 -
YUV 124.29 79.86 52.18 -
System Red Green Blue C M Y K H S L
Decimal 18 195 39 0.91 0 0.80 0.24 127.12 0.83 0.42
Hex 12 C3 27 5B 0 50 18 7F 53 2A
Octal 22 303 47 133 0 120 30 177 123 52
Binary 10010 11000011 100111 1011011 0 1010000 11000 1111111 1010011 101010

Color Harmonies of #12C327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C327

Black with #12C327

Text Example


Text Example

White with #12C327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,195,39); }

 H1.HeaderClassName
 {
   color: #12C327;
 }
 .AnyTagClassName
 {
   color: #12C327;
 }
</style>

background-color css

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

 a { background-color: rgb(18,195,39); }

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

border-color css

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

 span { border-color: rgb(18,195,39); }

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