Html Css Color HEX #12CF28 Dark Pastel Green

📋 copy color: '#12CF28'

red 18 ◦ green 207 ◦ blue 40

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

Shades of Dark Pastel Green #12CF28

Tints of Dark Pastel Green #12CF28

RGB

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

 GREEN value IS 207 (81.25% from 255) = 78.11%

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 6.79%
G = 78.11%
B = 15.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#12CF28 (or 0x12CF28) is known color: Dark Pastel Green. HEX triplet: 12, CF and 28. RGB value is (18,207,40). Sum of RGB (Red+Green+Blue) = 18+207+40=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 207 (81.25% from 255 or 78.11% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF28 is #ED30D7. Grayscale: #838383. Windows color (decimal): -15544536 or 2674450. OLE color: 2674450.

HSL color Cylindrical-coordinate representation of color #12CF28: hue angle of 126.98º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF28 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 207 40 -
CMYK 0.91 0 0.81 0.19
HSL 126.98º 0.84% 0.44% -
HSV(B) 126.98º 0.91% 0.81% -
XYZ 22.95 44.91 9.47 -
YUV 131.45 76.38 47.08 -
System Red Green Blue C M Y K H S L
Decimal 18 207 40 0.91 0 0.81 0.19 126.98 0.84 0.44
Hex 12 CF 28 5B 0 51 13 7F 54 2C
Octal 22 317 50 133 0 121 23 177 124 54
Binary 10010 11001111 101000 1011011 0 1010001 10011 1111111 1010100 101100

Color Harmonies of #12CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF28

Black with #12CF28

Text Example


Text Example

White with #12CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,207,40); }

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

background-color css

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

 a { background-color: rgb(18,207,40); }

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

border-color css

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

 span { border-color: rgb(18,207,40); }

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