Html Css Color HEX #0CA74A Pigment Green

📋 copy color: '#0CA74A'

red 12 ◦ green 167 ◦ blue 74

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

Shades of Pigment Green #0CA74A

Tints of Pigment Green #0CA74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 66.01%

 BLUE value IS 74 (29.3% from 255) = 29.25%

R = 4.74%
G = 66.01%
B = 29.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#0CA74A (or 0x0CA74A) is known color: Pigment Green. HEX triplet: 0C, A7 and 4A. RGB value is (12,167,74). Sum of RGB (Red+Green+Blue) = 12+167+74=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 167 (65.62% from 255 or 66.01% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA74A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA74A is #F358B5. Grayscale: #6E6E6E. Windows color (decimal): -15947958 or 4892428. OLE color: 4892428.

HSL color Cylindrical-coordinate representation of color #0CA74A: hue angle of 144º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA74A is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 167 74 -
CMYK 0.93 0 0.56 0.35
HSL 144º 0.87% 0.35% -
HSV(B) 144º 0.93% 0.65% -
XYZ 15.21 28.21 11.12 -
YUV 110.05 107.65 58.06 -
System Red Green Blue C M Y K H S L
Decimal 12 167 74 0.93 0 0.56 0.35 144 0.87 0.35
Hex C A7 4A 5D 0 38 23 90 57 23
Octal 14 247 112 135 0 70 43 220 127 43
Binary 1100 10100111 1001010 1011101 0 111000 100011 10010000 1010111 100011

Color Harmonies of #0CA74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA74A

Black with #0CA74A

Text Example


Text Example

White with #0CA74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,167,74); }

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

background-color css

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

 a { background-color: rgb(12,167,74); }

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

border-color css

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

 span { border-color: rgb(12,167,74); }

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