#0CA43E

Color #0CA43E Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0CA43E

Tints of Pigment Green #0CA43E

Color information

#0CA43E (or 0x0CA43E) is unknown color: approx Pigment Green. HEX triplet: 0C, A4 and 3E. RGB value is (12,164,62). Sum of RGB (Red+Green+Blue) = 12+164+62=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 164 (64.45% from 255 or 68.91% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA43E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA43E is #F35BC1. Grayscale: #6B6B6B. Windows color (decimal): -15948738 or 4105228. OLE color: 4105228.

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

Color convert

RGB1216462-
CMYK0.9300.620.36
HSL139.74º86.36%34.51%-
HSV(B)139.74º92.68%64.31%-
XYZ14.326.989.01-
YUV106.92102.6460.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.04%
GREEN value IS 164 (64.45% from 255) = 68.91%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=5.04%
G=68.91%
B=26.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12164620.9300.620.36139.7486.3634.51
HexCA43E5D03E248c5623
Octal14244761350764421412643
Binary11001010010011111010111010111110100100100011001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,164,62); }

 H1.HeaderClassName
 {
   color: #0CA43E;
 }
 .AnyTagClassName
 {
   color: #0CA43E;
 }
</style>
background-color css

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

 a { background-color: rgb(12,164,62); }

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

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

 span { border-color: rgb(12,164,62); }

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