Html Css Color HEX #01B25D Pigment Green

📋 copy color: '#01B25D'

red 1 ◦ green 178 ◦ blue 93

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

Shades of Pigment Green #01B25D

Tints of Pigment Green #01B25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 65.44%

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 0.37%
G = 65.44%
B = 34.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#01B25D (or 0x01B25D) is known color: Pigment Green. HEX triplet: 01, B2 and 5D. RGB value is (1,178,93). Sum of RGB (Red+Green+Blue) = 1+178+93=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 178 (69.92% from 255 or 65.44% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 178 - color contains mainly: green. Hex color #01B25D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B25D is #FE4DA2. Grayscale: #737373. Windows color (decimal): -16666019 or 6140417. OLE color: 6140417.

HSL color Cylindrical-coordinate representation of color #01B25D: hue angle of 151.19º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B25D is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 178 93 -
CMYK 0.99 0 0.48 0.30
HSL 151.19º 0.99% 0.35% -
HSV(B) 151.19º 0.99% 0.7% -
XYZ 17.91 32.64 15.71 -
YUV 115.39 115.36 46.41 -
System Red Green Blue C M Y K H S L
Decimal 1 178 93 0.99 0 0.48 0.30 151.19 0.99 0.35
Hex 1 B2 5D 63 0 30 1E 97 63 23
Octal 1 262 135 143 0 60 36 227 143 43
Binary 1 10110010 1011101 1100011 0 110000 11110 10010111 1100011 100011

Color Harmonies of #01B25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B25D

Black with #01B25D

Text Example


Text Example

White with #01B25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,178,93); }

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

background-color css

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

 a { background-color: rgb(1,178,93); }

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

border-color css

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

 span { border-color: rgb(1,178,93); }

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