Html Css Color HEX #12CF29 Dark Pastel Green

📋 copy color: '#12CF29'

red 18 ◦ green 207 ◦ blue 41

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

Shades of Dark Pastel Green #12CF29

Tints of Dark Pastel Green #12CF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.41%

R = 6.77%
G = 77.82%
B = 15.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#12CF29 (or 0x12CF29) is known color: Dark Pastel Green. HEX triplet: 12, CF and 29. RGB value is (18,207,41). Sum of RGB (Red+Green+Blue) = 18+207+41=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 207 (81.25% from 255 or 77.82% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF29 is #ED30D6. Grayscale: #848484. Windows color (decimal): -15544535 or 2739986. OLE color: 2739986.

HSL color Cylindrical-coordinate representation of color #12CF29: hue angle of 127.3º 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 #12CF29 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 207 41 -
CMYK 0.91 0 0.80 0.19
HSL 127.3º 0.84% 0.44% -
HSV(B) 127.3º 0.91% 0.81% -
XYZ 22.96 44.91 9.56 -
YUV 131.57 76.88 47 -
System Red Green Blue C M Y K H S L
Decimal 18 207 41 0.91 0 0.80 0.19 127.3 0.84 0.44
Hex 12 CF 29 5B 0 50 13 7F 54 2C
Octal 22 317 51 133 0 120 23 177 124 54
Binary 10010 11001111 101001 1011011 0 1010000 10011 1111111 1010100 101100

Color Harmonies of #12CF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CF29

Black with #12CF29

Text Example


Text Example

White with #12CF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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