Html Css Color HEX #0CA542 Pigment Green

📋 copy color: '#0CA542'

red 12 ◦ green 165 ◦ blue 66

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

Shades of Pigment Green #0CA542

Tints of Pigment Green #0CA542

RGB

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

 GREEN value IS 165 (64.84% from 255) = 67.9%

 BLUE value IS 66 (26.17% from 255) = 27.16%

R = 4.94%
G = 67.9%
B = 27.16%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#0CA542 (or 0x0CA542) is known color: Pigment Green. HEX triplet: 0C, A5 and 42. RGB value is (12,165,66). Sum of RGB (Red+Green+Blue) = 12+165+66=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 165 (64.84% from 255 or 67.90% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA542 is #F35ABD. Grayscale: #6C6C6C. Windows color (decimal): -15948478 or 4367628. OLE color: 4367628.

HSL color Cylindrical-coordinate representation of color #0CA542: hue angle of 141.18º degrees, saturation: 0.86, 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 #0CA542 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 165 66 -
CMYK 0.93 0 0.60 0.35
HSL 141.18º 0.86% 0.35% -
HSV(B) 141.18º 0.93% 0.65% -
XYZ 14.59 27.38 9.67 -
YUV 107.97 104.31 59.55 -
System Red Green Blue C M Y K H S L
Decimal 12 165 66 0.93 0 0.60 0.35 141.18 0.86 0.35
Hex C A5 42 5D 0 3C 23 8D 56 23
Octal 14 245 102 135 0 74 43 215 126 43
Binary 1100 10100101 1000010 1011101 0 111100 100011 10001101 1010110 100011

Color Harmonies of #0CA542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA542

Black with #0CA542

Text Example


Text Example

White with #0CA542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,165,66); }

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

background-color css

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

 a { background-color: rgb(12,165,66); }

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

border-color css

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

 span { border-color: rgb(12,165,66); }

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