Html Css Color HEX #01C324 Dark Pastel Green

📋 copy color: '#01C324'

red 1 ◦ green 195 ◦ blue 36

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

Shades of Dark Pastel Green #01C324

Tints of Dark Pastel Green #01C324

RGB

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

 GREEN value IS 195 (76.56% from 255) = 84.05%

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 0.43%
G = 84.05%
B = 15.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#01C324 (or 0x01C324) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 24. RGB value is (1,195,36). Sum of RGB (Red+Green+Blue) = 1+195+36=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 195 (76.56% from 255 or 84.05% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 195 - color contains mainly: green. Hex color #01C324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C324 is #FE3CDB. Grayscale: #777777. Windows color (decimal): -16661724 or 2409217. OLE color: 2409217.

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

Color convert

RGB 1 195 36 -
CMYK 0.99 0 0.82 0.24
HSL 130.82º 0.99% 0.38% -
HSV(B) 130.82º 0.99% 0.76% -
XYZ 19.85 39.16 8.18 -
YUV 118.87 81.23 43.93 -
System Red Green Blue C M Y K H S L
Decimal 1 195 36 0.99 0 0.82 0.24 130.82 0.99 0.38
Hex 1 C3 24 63 0 52 18 83 63 26
Octal 1 303 44 143 0 122 30 203 143 46
Binary 1 11000011 100100 1100011 0 1010010 11000 10000011 1100011 100110

Color Harmonies of #01C324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C324

Black with #01C324

Text Example


Text Example

White with #01C324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,195,36); }

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

background-color css

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

 a { background-color: rgb(1,195,36); }

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

border-color css

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

 span { border-color: rgb(1,195,36); }

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