Html Css Color HEX #00BF5A Pigment Green

📋 copy color: '#00BF5A'

red 0 ◦ green 191 ◦ blue 90

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

Shades of Pigment Green #00BF5A

Tints of Pigment Green #00BF5A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 191 (75% from 255) = 67.97%

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

R = 0%
G = 67.97%
B = 32.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#00BF5A (or 0x00BF5A) is known color: Pigment Green. HEX triplet: 00, BF and 5A. RGB value is (0,191,90). Sum of RGB (Red+Green+Blue) = 0+191+90=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 191 (75% from 255 or 67.97% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BF5A is #FF40A5. Grayscale: #7A7A7A. Windows color (decimal): -16728230 or 5947136. OLE color: 5947136.

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

Color convert

RGB 0 191 90 -
CMYK 1 0 0.53 0.25
HSL 148.27º 1% 0.37% -
HSV(B) 148.27º 1% 0.75% -
XYZ 20.48 38 15.93 -
YUV 122.38 109.72 40.71 -
System Red Green Blue C M Y K H S L
Decimal 0 191 90 1 0 0.53 0.25 148.27 1 0.37
Hex 0 BF 5A 64 0 35 19 94 64 25
Octal 0 277 132 144 0 65 31 224 144 45
Binary 0 10111111 1011010 1100100 0 110101 11001 10010100 1100100 100101

Color Harmonies of #00BF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00BF5A

Black with #00BF5A

Text Example


Text Example

White with #00BF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00BF5A; }

 p { color: rgb(0,191,90); }

 H1.HeaderClassName
 {
   color: #00BF5A;
 }
 .AnyTagClassName
 {
   color: #00BF5A;
 }
</style>

background-color css

<style>
 a { background-color: #00BF5A; }

 a { background-color: rgb(0,191,90); }

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

border-color css

<style>
 span { border-color: #00BF5A; }

 span { border-color: rgb(0,191,90); }

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