Html Css Color HEX #12D52F Dark Pastel Green

📋 copy color: '#12D52F'

red 18 ◦ green 213 ◦ blue 47

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

Shades of Dark Pastel Green #12D52F

Tints of Dark Pastel Green #12D52F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 76.62%

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 6.47%
G = 76.62%
B = 16.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#12D52F (or 0x12D52F) is known color: Dark Pastel Green. HEX triplet: 12, D5 and 2F. RGB value is (18,213,47). Sum of RGB (Red+Green+Blue) = 18+213+47=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 213 (83.59% from 255 or 76.62% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 213 - color contains mainly: green. Hex color #12D52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D52F is #ED2AD0. Grayscale: #888888. Windows color (decimal): -15542993 or 3134738. OLE color: 3134738.

HSL color Cylindrical-coordinate representation of color #12D52F: hue angle of 128.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D52F is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 213 47 -
CMYK 0.92 0 0.78 0.16
HSL 128.92º 0.84% 0.45% -
HSV(B) 128.92º 0.92% 0.84% -
XYZ 24.56 47.92 10.64 -
YUV 135.77 77.9 44 -
System Red Green Blue C M Y K H S L
Decimal 18 213 47 0.92 0 0.78 0.16 128.92 0.84 0.45
Hex 12 D5 2F 5C 0 4E 10 81 54 2D
Octal 22 325 57 134 0 116 20 201 124 55
Binary 10010 11010101 101111 1011100 0 1001110 10000 10000001 1010100 101101

Color Harmonies of #12D52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D52F

Black with #12D52F

Text Example


Text Example

White with #12D52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,213,47); }

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

background-color css

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

 a { background-color: rgb(18,213,47); }

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

border-color css

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

 span { border-color: rgb(18,213,47); }

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