#0CB23E

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

Shades of Dark Pastel Green #0CB23E

Tints of Dark Pastel Green #0CB23E

Color information

#0CB23E (or 0x0CB23E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B2 and 3E. RGB value is (12,178,62). Sum of RGB (Red+Green+Blue) = 12+178+62=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 178 (69.92% from 255 or 70.63% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB23E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB23E is #F34DC1. Grayscale: #737373. Windows color (decimal): -15945154 or 4108812. OLE color: 4108812.

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

Color convert

RGB1217862-
CMYK0.9300.650.30
HSL138.07º87.37%37.25%-
HSV(B)138.07º93.26%69.8%-
XYZ16.9432.279.89-
YUV115.149854.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.76%
GREEN value IS 178 (69.92% from 255) = 70.63%
BLUE value IS 62 (24.61% from 255) = 24.60%
R=4.76%
G=70.63%
B=24.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12178620.9300.650.30138.0787.3737.25
HexCB23E5D0411E8a5725
Octal142627613501013621212745
Binary11001011001011111010111010100000111110100010101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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