Html Css Color HEX #0CB420 Dark Pastel Green

📋 copy color: '#0CB420'

red 12 ◦ green 180 ◦ blue 32

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

Shades of Dark Pastel Green #0CB420

Tints of Dark Pastel Green #0CB420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 80.36%

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 5.36%
G = 80.36%
B = 14.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#0CB420 (or 0x0CB420) is known color: Dark Pastel Green. HEX triplet: 0C, B4 and 20. RGB value is (12,180,32). Sum of RGB (Red+Green+Blue) = 12+180+32=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 180 (70.70% from 255 or 80.36% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB420 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB420 is #F34BDF. Grayscale: #717171. Windows color (decimal): -15944672 or 2143244. OLE color: 2143244.

HSL color Cylindrical-coordinate representation of color #0CB420: hue angle of 127.14º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB420 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 180 32 -
CMYK 0.93 0 0.82 0.29
HSL 127.14º 0.88% 0.38% -
HSV(B) 127.14º 0.93% 0.71% -
XYZ 16.73 32.82 6.82 -
YUV 112.9 82.34 56.03 -
System Red Green Blue C M Y K H S L
Decimal 12 180 32 0.93 0 0.82 0.29 127.14 0.88 0.38
Hex C B4 20 5D 0 52 1D 7F 58 26
Octal 14 264 40 135 0 122 35 177 130 46
Binary 1100 10110100 100000 1011101 0 1010010 11101 1111111 1011000 100110

Color Harmonies of #0CB420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB420

Black with #0CB420

Text Example


Text Example

White with #0CB420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,180,32); }

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

background-color css

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

 a { background-color: rgb(12,180,32); }

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

border-color css

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

 span { border-color: rgb(12,180,32); }

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