Html Css Color HEX #06C912 Dark Pastel Green

📋 copy color: '#06C912'

red 6 ◦ green 201 ◦ blue 18

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

Shades of Dark Pastel Green #06C912

Tints of Dark Pastel Green #06C912

RGB

 RED value IS 6 (2.73% from 255) = 2.67%

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

 BLUE value IS 18 (7.42% from 255) = 8%

R = 2.67%
G = 89.33%
B = 8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#06C912 (or 0x06C912) is known color: Dark Pastel Green. HEX triplet: 06, C9 and 12. RGB value is (6,201,18). Sum of RGB (Red+Green+Blue) = 6+201+18=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 201 (78.91% from 255 or 89.33% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 201 - color contains mainly: green. Hex color #06C912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C912 is #F936ED. Grayscale: #7A7A7A. Windows color (decimal): -16332526 or 1231110. OLE color: 1231110.

HSL color Cylindrical-coordinate representation of color #06C912: hue angle of 123.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C912 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 201 18 -
CMYK 0.97 0 0.91 0.21
HSL 123.69º 0.94% 0.41% -
HSV(B) 123.69º 0.97% 0.79% -
XYZ 21.07 41.86 7.54 -
YUV 121.83 69.4 45.38 -
System Red Green Blue C M Y K H S L
Decimal 6 201 18 0.97 0 0.91 0.21 123.69 0.94 0.41
Hex 6 C9 12 61 0 5B 15 7C 5E 29
Octal 6 311 22 141 0 133 25 174 136 51
Binary 110 11001001 10010 1100001 0 1011011 10101 1111100 1011110 101001

Color Harmonies of #06C912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C912

Black with #06C912

Text Example


Text Example

White with #06C912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06C912; }

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

 H1.HeaderClassName
 {
   color: #06C912;
 }
 .AnyTagClassName
 {
   color: #06C912;
 }
</style>

background-color css

<style>
 a { background-color: #06C912; }

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

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

border-color css

<style>
 span { border-color: #06C912; }

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

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