Html Css Color HEX #01BE5A Pigment Green

📋 copy color: '#01BE5A'

red 1 ◦ green 190 ◦ blue 90

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

Shades of Pigment Green #01BE5A

Tints of Pigment Green #01BE5A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 67.62%

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 0.36%
G = 67.62%
B = 32.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#01BE5A (or 0x01BE5A) is known color: Pigment Green. HEX triplet: 01, BE and 5A. RGB value is (1,190,90). Sum of RGB (Red+Green+Blue) = 1+190+90=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 190 (74.61% from 255 or 67.62% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BE5A is #FE41A5. Grayscale: #7A7A7A. Windows color (decimal): -16662950 or 5946881. OLE color: 5946881.

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

Color convert

RGB 1 190 90 -
CMYK 0.99 0 0.53 0.25
HSL 148.25º 0.99% 0.37% -
HSV(B) 148.25º 0.99% 0.75% -
XYZ 20.27 37.57 15.86 -
YUV 122.09 109.88 41.63 -
System Red Green Blue C M Y K H S L
Decimal 1 190 90 0.99 0 0.53 0.25 148.25 0.99 0.37
Hex 1 BE 5A 63 0 35 19 94 63 25
Octal 1 276 132 143 0 65 31 224 143 45
Binary 1 10111110 1011010 1100011 0 110101 11001 10010100 1100011 100101

Color Harmonies of #01BE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE5A

Black with #01BE5A

Text Example


Text Example

White with #01BE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,190,90); }

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

background-color css

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

 a { background-color: rgb(1,190,90); }

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

border-color css

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

 span { border-color: rgb(1,190,90); }

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