Html Css Color HEX #12C023 Dark Pastel Green

📋 copy color: '#12C023'

red 18 ◦ green 192 ◦ blue 35

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

Shades of Dark Pastel Green #12C023

Tints of Dark Pastel Green #12C023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 78.37%

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 7.35%
G = 78.37%
B = 14.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#12C023 (or 0x12C023) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 23. RGB value is (18,192,35). Sum of RGB (Red+Green+Blue) = 18+192+35=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #12C023 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C023 is #ED3FDC. Grayscale: #7A7A7A. Windows color (decimal): -15548381 or 2342930. OLE color: 2342930.

HSL color Cylindrical-coordinate representation of color #12C023: hue angle of 125.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C023 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 192 35 -
CMYK 0.91 0 0.82 0.25
HSL 125.86º 0.83% 0.41% -
HSV(B) 125.86º 0.91% 0.75% -
XYZ 19.4 37.95 7.89 -
YUV 122.08 78.85 53.77 -
System Red Green Blue C M Y K H S L
Decimal 18 192 35 0.91 0 0.82 0.25 125.86 0.83 0.41
Hex 12 C0 23 5B 0 52 19 7E 53 29
Octal 22 300 43 133 0 122 31 176 123 51
Binary 10010 11000000 100011 1011011 0 1010010 11001 1111110 1010011 101001

Color Harmonies of #12C023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C023

Black with #12C023

Text Example


Text Example

White with #12C023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,192,35); }

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

background-color css

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

 a { background-color: rgb(18,192,35); }

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

border-color css

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

 span { border-color: rgb(18,192,35); }

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