Html Css Color HEX #01C04B Dark Pastel Green

📋 copy color: '#01C04B'

red 1 ◦ green 192 ◦ blue 75

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

Shades of Dark Pastel Green #01C04B

Tints of Dark Pastel Green #01C04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 71.64%

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 0.37%
G = 71.64%
B = 27.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#01C04B (or 0x01C04B) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 4B. RGB value is (1,192,75). Sum of RGB (Red+Green+Blue) = 1+192+75=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #01C04B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C04B is #FE3FB4. Grayscale: #797979. Windows color (decimal): -16662453 or 4964353. OLE color: 4964353.

HSL color Cylindrical-coordinate representation of color #01C04B: hue angle of 143.25º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C04B is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 75 -
CMYK 0.99 0 0.61 0.25
HSL 143.25º 0.99% 0.38% -
HSV(B) 143.25º 0.99% 0.75% -
XYZ 20.13 38.21 12.97 -
YUV 121.55 101.72 42.01 -
System Red Green Blue C M Y K H S L
Decimal 1 192 75 0.99 0 0.61 0.25 143.25 0.99 0.38
Hex 1 C0 4B 63 0 3D 19 8F 63 26
Octal 1 300 113 143 0 75 31 217 143 46
Binary 1 11000000 1001011 1100011 0 111101 11001 10001111 1100011 100110

Color Harmonies of #01C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C04B

Black with #01C04B

Text Example


Text Example

White with #01C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,192,75); }

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

background-color css

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

 a { background-color: rgb(1,192,75); }

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

border-color css

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

 span { border-color: rgb(1,192,75); }

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