Html Css Color HEX #0CA62E Dark Pastel Green

📋 copy color: '#0CA62E'

red 12 ◦ green 166 ◦ blue 46

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

Shades of Dark Pastel Green #0CA62E

Tints of Dark Pastel Green #0CA62E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 74.11%

 BLUE value IS 46 (18.36% from 255) = 20.54%

R = 5.36%
G = 74.11%
B = 20.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#0CA62E (or 0x0CA62E) is known color: Dark Pastel Green. HEX triplet: 0C, A6 and 2E. RGB value is (12,166,46). Sum of RGB (Red+Green+Blue) = 12+166+46=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 166 (65.23% from 255 or 74.11% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA62E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA62E is #F359D1. Grayscale: #6A6A6A. Windows color (decimal): -15948242 or 3057164. OLE color: 3057164.

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

Color convert

RGB 12 166 46 -
CMYK 0.93 0 0.72 0.35
HSL 133.25º 0.87% 0.35% -
HSV(B) 133.25º 0.93% 0.65% -
XYZ 14.28 27.55 7.15 -
YUV 106.27 93.98 60.76 -
System Red Green Blue C M Y K H S L
Decimal 12 166 46 0.93 0 0.72 0.35 133.25 0.87 0.35
Hex C A6 2E 5D 0 48 23 85 57 23
Octal 14 246 56 135 0 110 43 205 127 43
Binary 1100 10100110 101110 1011101 0 1001000 100011 10000101 1010111 100011

Color Harmonies of #0CA62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA62E

Black with #0CA62E

Text Example


Text Example

White with #0CA62E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,166,46); }

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

background-color css

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

 a { background-color: rgb(12,166,46); }

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

border-color css

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

 span { border-color: rgb(12,166,46); }

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