Html Css Color HEX #0CA352 Pigment Green

📋 copy color: '#0CA352'

red 12 ◦ green 163 ◦ blue 82

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

Shades of Pigment Green #0CA352

Tints of Pigment Green #0CA352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 63.42%

 BLUE value IS 82 (32.42% from 255) = 31.91%

R = 4.67%
G = 63.42%
B = 31.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#0CA352 (or 0x0CA352) is known color: Pigment Green. HEX triplet: 0C, A3 and 52. RGB value is (12,163,82). Sum of RGB (Red+Green+Blue) = 12+163+82=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 163 (64.06% from 255 or 63.42% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA352 is #F35CAD. Grayscale: #6C6C6C. Windows color (decimal): -15948974 or 5415692. OLE color: 5415692.

HSL color Cylindrical-coordinate representation of color #0CA352: hue angle of 147.81º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA352 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 163 82 -
CMYK 0.93 0 0.50 0.36
HSL 147.81º 0.86% 0.34% -
HSV(B) 147.81º 0.93% 0.64% -
XYZ 14.77 26.88 12.39 -
YUV 108.62 112.97 59.09 -
System Red Green Blue C M Y K H S L
Decimal 12 163 82 0.93 0 0.50 0.36 147.81 0.86 0.34
Hex C A3 52 5D 0 32 24 94 56 22
Octal 14 243 122 135 0 62 44 224 126 42
Binary 1100 10100011 1010010 1011101 0 110010 100100 10010100 1010110 100010

Color Harmonies of #0CA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA352

Black with #0CA352

Text Example


Text Example

White with #0CA352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,163,82); }

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

background-color css

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

 a { background-color: rgb(12,163,82); }

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

border-color css

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

 span { border-color: rgb(12,163,82); }

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