Html Css Color HEX #0CA232 Dark Pastel Green

📋 copy color: '#0CA232'

red 12 ◦ green 162 ◦ blue 50

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

Shades of Dark Pastel Green #0CA232

Tints of Dark Pastel Green #0CA232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 72.32%

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 5.36%
G = 72.32%
B = 22.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#0CA232 (or 0x0CA232) is known color: Dark Pastel Green. HEX triplet: 0C, A2 and 32. RGB value is (12,162,50). Sum of RGB (Red+Green+Blue) = 12+162+50=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 162 (63.67% from 255 or 72.32% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA232 is #F35DCD. Grayscale: #686868. Windows color (decimal): -15949262 or 3318284. OLE color: 3318284.

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

Color convert

RGB 12 162 50 -
CMYK 0.93 0 0.69 0.36
HSL 135.2º 0.86% 0.34% -
HSV(B) 135.2º 0.93% 0.64% -
XYZ 13.65 26.15 7.35 -
YUV 104.38 97.31 62.11 -
System Red Green Blue C M Y K H S L
Decimal 12 162 50 0.93 0 0.69 0.36 135.2 0.86 0.34
Hex C A2 32 5D 0 45 24 87 56 22
Octal 14 242 62 135 0 105 44 207 126 42
Binary 1100 10100010 110010 1011101 0 1000101 100100 10000111 1010110 100010

Color Harmonies of #0CA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA232

Black with #0CA232

Text Example


Text Example

White with #0CA232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,162,50); }

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

background-color css

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

 a { background-color: rgb(12,162,50); }

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

border-color css

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

 span { border-color: rgb(12,162,50); }

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