Html Css Color HEX #01C922 Dark Pastel Green

📋 copy color: '#01C922'

red 1 ◦ green 201 ◦ blue 34

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

Shades of Dark Pastel Green #01C922

Tints of Dark Pastel Green #01C922

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

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

 BLUE value IS 34 (13.67% from 255) = 14.41%

R = 0.42%
G = 85.17%
B = 14.41%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#01C922 (or 0x01C922) is known color: Dark Pastel Green. HEX triplet: 01, C9 and 22. RGB value is (1,201,34). Sum of RGB (Red+Green+Blue) = 1+201+34=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 201 (78.91% from 255 or 85.17% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 201 - color contains mainly: green. Hex color #01C922 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C922 is #FE36DD. Grayscale: #7A7A7A. Windows color (decimal): -16660190 or 2279681. OLE color: 2279681.

HSL color Cylindrical-coordinate representation of color #01C922: hue angle of 129.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C922 is Cyan = 1.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 201 34 -
CMYK 1.00 0 0.83 0.21
HSL 129.9º 0.99% 0.4% -
HSV(B) 129.9º 1% 0.79% -
XYZ 21.19 41.9 8.48 -
YUV 122.16 78.24 41.58 -
System Red Green Blue C M Y K H S L
Decimal 1 201 34 1.00 0 0.83 0.21 129.9 0.99 0.4
Hex 1 C9 22 64 0 53 15 82 63 28
Octal 1 311 42 144 0 123 25 202 143 50
Binary 1 11001001 100010 1100100 0 1010011 10101 10000010 1100011 101000

Color Harmonies of #01C922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C922

Black with #01C922

Text Example


Text Example

White with #01C922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C922; }

 p { color: rgb(1,201,34); }

 H1.HeaderClassName
 {
   color: #01C922;
 }
 .AnyTagClassName
 {
   color: #01C922;
 }
</style>

background-color css

<style>
 a { background-color: #01C922; }

 a { background-color: rgb(1,201,34); }

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

border-color css

<style>
 span { border-color: #01C922; }

 span { border-color: rgb(1,201,34); }

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