Html Css Color HEX #12C725 Dark Pastel Green

📋 copy color: '#12C725'

red 18 ◦ green 199 ◦ blue 37

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

Shades of Dark Pastel Green #12C725

Tints of Dark Pastel Green #12C725

RGB

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

 GREEN value IS 199 (78.13% from 255) = 78.35%

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

R = 7.09%
G = 78.35%
B = 14.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#12C725 (or 0x12C725) is known color: Dark Pastel Green. HEX triplet: 12, C7 and 25. RGB value is (18,199,37). Sum of RGB (Red+Green+Blue) = 18+199+37=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 199 (78.12% from 255 or 78.35% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 199 - color contains mainly: green. Hex color #12C725 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C725 is #ED38DA. Grayscale: #7E7E7E. Windows color (decimal): -15546587 or 2475794. OLE color: 2475794.

HSL color Cylindrical-coordinate representation of color #12C725: hue angle of 126.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C725 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 199 37 -
CMYK 0.91 0 0.81 0.22
HSL 126.3º 0.83% 0.43% -
HSV(B) 126.3º 0.91% 0.78% -
XYZ 21.01 41.11 8.58 -
YUV 126.41 77.53 50.67 -
System Red Green Blue C M Y K H S L
Decimal 18 199 37 0.91 0 0.81 0.22 126.3 0.83 0.43
Hex 12 C7 25 5B 0 51 16 7E 53 2B
Octal 22 307 45 133 0 121 26 176 123 53
Binary 10010 11000111 100101 1011011 0 1010001 10110 1111110 1010011 101011

Color Harmonies of #12C725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C725

Black with #12C725

Text Example


Text Example

White with #12C725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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