Html Css Color HEX #0CAD58 Pigment Green

📋 copy color: '#0CAD58'

red 12 ◦ green 173 ◦ blue 88

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

Shades of Pigment Green #0CAD58

Tints of Pigment Green #0CAD58

RGB

 RED value IS 12 (5.08% from 255) = 4.4%

 GREEN value IS 173 (67.97% from 255) = 63.37%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 4.4%
G = 63.37%
B = 32.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#0CAD58 (or 0x0CAD58) is known color: Pigment Green. HEX triplet: 0C, AD and 58. RGB value is (12,173,88). Sum of RGB (Red+Green+Blue) = 12+173+88=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAD58 is #F352A7. Grayscale: #737373. Windows color (decimal): -15946408 or 5811468. OLE color: 5811468.

HSL color Cylindrical-coordinate representation of color #0CAD58: hue angle of 148.32º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAD58 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 173 88 -
CMYK 0.93 0 0.49 0.32
HSL 148.32º 0.87% 0.36% -
HSV(B) 148.32º 0.93% 0.68% -
XYZ 16.86 30.67 14.26 -
YUV 115.17 112.66 54.41 -
System Red Green Blue C M Y K H S L
Decimal 12 173 88 0.93 0 0.49 0.32 148.32 0.87 0.36
Hex C AD 58 5D 0 31 20 94 57 24
Octal 14 255 130 135 0 61 40 224 127 44
Binary 1100 10101101 1011000 1011101 0 110001 100000 10010100 1010111 100100

Color Harmonies of #0CAD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD58

Black with #0CAD58

Text Example


Text Example

White with #0CAD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CAD58; }

 p { color: rgb(12,173,88); }

 H1.HeaderClassName
 {
   color: #0CAD58;
 }
 .AnyTagClassName
 {
   color: #0CAD58;
 }
</style>

background-color css

<style>
 a { background-color: #0CAD58; }

 a { background-color: rgb(12,173,88); }

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

border-color css

<style>
 span { border-color: #0CAD58; }

 span { border-color: rgb(12,173,88); }

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