Html Css Color HEX #0CB51E Dark Pastel Green

📋 copy color: '#0CB51E'

red 12 ◦ green 181 ◦ blue 30

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

Shades of Dark Pastel Green #0CB51E

Tints of Dark Pastel Green #0CB51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 81.17%

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 5.38%
G = 81.17%
B = 13.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#0CB51E (or 0x0CB51E) is known color: Dark Pastel Green. HEX triplet: 0C, B5 and 1E. RGB value is (12,181,30). Sum of RGB (Red+Green+Blue) = 12+181+30=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 181 (71.09% from 255 or 81.17% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB51E is #F34AE1. Grayscale: #717171. Windows color (decimal): -15944418 or 2012428. OLE color: 2012428.

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

Color convert

RGB 12 181 30 -
CMYK 0.93 0 0.83 0.29
HSL 126.39º 0.88% 0.38% -
HSV(B) 126.39º 0.93% 0.71% -
XYZ 16.91 33.22 6.75 -
YUV 113.26 81.01 55.78 -
System Red Green Blue C M Y K H S L
Decimal 12 181 30 0.93 0 0.83 0.29 126.39 0.88 0.38
Hex C B5 1E 5D 0 53 1D 7E 58 26
Octal 14 265 36 135 0 123 35 176 130 46
Binary 1100 10110101 11110 1011101 0 1010011 11101 1111110 1011000 100110

Color Harmonies of #0CB51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB51E

Black with #0CB51E

Text Example


Text Example

White with #0CB51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,181,30); }

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

background-color css

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

 a { background-color: rgb(12,181,30); }

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

border-color css

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

 span { border-color: rgb(12,181,30); }

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