Html Css Color HEX #01B94C Dark Pastel Green

📋 copy color: '#01B94C'

red 1 ◦ green 185 ◦ blue 76

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

Shades of Dark Pastel Green #01B94C

Tints of Dark Pastel Green #01B94C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 70.61%

 BLUE value IS 76 (30.08% from 255) = 29.01%

R = 0.38%
G = 70.61%
B = 29.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#01B94C (or 0x01B94C) is known color: Dark Pastel Green. HEX triplet: 01, B9 and 4C. RGB value is (1,185,76). Sum of RGB (Red+Green+Blue) = 1+185+76=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 185 (72.66% from 255 or 70.61% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 185 - color contains mainly: green. Hex color #01B94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B94C is #FE46B3. Grayscale: #757575. Windows color (decimal): -16664244 or 5028097. OLE color: 5028097.

HSL color Cylindrical-coordinate representation of color #01B94C: hue angle of 144.46º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B94C is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 185 76 -
CMYK 0.99 0 0.59 0.27
HSL 144.46º 0.99% 0.36% -
HSV(B) 144.46º 0.99% 0.73% -
XYZ 18.67 35.23 12.65 -
YUV 117.56 104.54 44.86 -
System Red Green Blue C M Y K H S L
Decimal 1 185 76 0.99 0 0.59 0.27 144.46 0.99 0.36
Hex 1 B9 4C 63 0 3B 1B 90 63 24
Octal 1 271 114 143 0 73 33 220 143 44
Binary 1 10111001 1001100 1100011 0 111011 11011 10010000 1100011 100100

Color Harmonies of #01B94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B94C

Black with #01B94C

Text Example


Text Example

White with #01B94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,185,76); }

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

background-color css

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

 a { background-color: rgb(1,185,76); }

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

border-color css

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

 span { border-color: rgb(1,185,76); }

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