Html Css Color HEX #01C24B Dark Pastel Green

📋 copy color: '#01C24B'

red 1 ◦ green 194 ◦ blue 75

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

Shades of Dark Pastel Green #01C24B

Tints of Dark Pastel Green #01C24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 71.85%

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

R = 0.37%
G = 71.85%
B = 27.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#01C24B (or 0x01C24B) is known color: Dark Pastel Green. HEX triplet: 01, C2 and 4B. RGB value is (1,194,75). Sum of RGB (Red+Green+Blue) = 1+194+75=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 194 (76.17% from 255 or 71.85% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 194 - color contains mainly: green. Hex color #01C24B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C24B is #FE3DB4. Grayscale: #7B7B7B. Windows color (decimal): -16661941 or 4964865. OLE color: 4964865.

HSL color Cylindrical-coordinate representation of color #01C24B: hue angle of 143.01º 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 #01C24B is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 194 75 -
CMYK 0.99 0 0.61 0.24
HSL 143.01º 0.99% 0.38% -
HSV(B) 143.01º 0.99% 0.76% -
XYZ 20.57 39.1 13.12 -
YUV 122.73 101.06 41.18 -
System Red Green Blue C M Y K H S L
Decimal 1 194 75 0.99 0 0.61 0.24 143.01 0.99 0.38
Hex 1 C2 4B 63 0 3D 18 8F 63 26
Octal 1 302 113 143 0 75 30 217 143 46
Binary 1 11000010 1001011 1100011 0 111101 11000 10001111 1100011 100110

Color Harmonies of #01C24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C24B

Black with #01C24B

Text Example


Text Example

White with #01C24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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