Html Css Color HEX #12C925 Dark Pastel Green

📋 copy color: '#12C925'

red 18 ◦ green 201 ◦ blue 37

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

Shades of Dark Pastel Green #12C925

Tints of Dark Pastel Green #12C925

RGB

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

 GREEN value IS 201 (78.91% from 255) = 78.52%

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 7.03%
G = 78.52%
B = 14.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#12C925 (or 0x12C925) is known color: Dark Pastel Green. HEX triplet: 12, C9 and 25. RGB value is (18,201,37). Sum of RGB (Red+Green+Blue) = 18+201+37=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 201 (78.91% from 255 or 78.52% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 201 - color contains mainly: green. Hex color #12C925 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C925 is #ED36DA. Grayscale: #808080. Windows color (decimal): -15546075 or 2476306. OLE color: 2476306.

HSL color Cylindrical-coordinate representation of color #12C925: hue angle of 126.23º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C925 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 201 37 -
CMYK 0.91 0 0.82 0.21
HSL 126.23º 0.84% 0.43% -
HSV(B) 126.23º 0.91% 0.79% -
XYZ 21.47 42.04 8.73 -
YUV 127.59 76.87 49.84 -
System Red Green Blue C M Y K H S L
Decimal 18 201 37 0.91 0 0.82 0.21 126.23 0.84 0.43
Hex 12 C9 25 5B 0 52 15 7E 54 2B
Octal 22 311 45 133 0 122 25 176 124 53
Binary 10010 11001001 100101 1011011 0 1010010 10101 1111110 1010100 101011

Color Harmonies of #12C925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C925

Black with #12C925

Text Example


Text Example

White with #12C925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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