Html Css Color HEX #00C05A Pigment Green

📋 copy color: '#00C05A'

red 0 ◦ green 192 ◦ blue 90

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

Shades of Pigment Green #00C05A

Tints of Pigment Green #00C05A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.09%

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

R = 0%
G = 68.09%
B = 31.91%

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

#00C05A (or 0x00C05A) is known color: Pigment Green. HEX triplet: 00, C0 and 5A. RGB value is (0,192,90). Sum of RGB (Red+Green+Blue) = 0+192+90=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #00C05A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C05A is #FF3FA5. Grayscale: #7B7B7B. Windows color (decimal): -16727974 or 5947392. OLE color: 5947392.

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

Color convert

RGB 0 192 90 -
CMYK 1 0 0.53 0.25
HSL 148.13º 1% 0.38% -
HSV(B) 148.13º 1% 0.75% -
XYZ 20.7 38.44 16 -
YUV 122.96 109.39 40.29 -
System Red Green Blue C M Y K H S L
Decimal 0 192 90 1 0 0.53 0.25 148.13 1 0.38
Hex 0 C0 5A 64 0 35 19 94 64 26
Octal 0 300 132 144 0 65 31 224 144 46
Binary 0 11000000 1011010 1100100 0 110101 11001 10010100 1100100 100110

Color Harmonies of #00C05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C05A

Black with #00C05A

Text Example


Text Example

White with #00C05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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