Html Css Color HEX #0CB81F Dark Pastel Green

📋 copy color: '#0CB81F'

red 12 ◦ green 184 ◦ blue 31

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

Shades of Dark Pastel Green #0CB81F

Tints of Dark Pastel Green #0CB81F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 81.06%

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 5.29%
G = 81.06%
B = 13.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#0CB81F (or 0x0CB81F) is known color: Dark Pastel Green. HEX triplet: 0C, B8 and 1F. RGB value is (12,184,31). Sum of RGB (Red+Green+Blue) = 12+184+31=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 184 (72.27% from 255 or 81.06% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB81F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB81F is #F347E0. Grayscale: #737373. Windows color (decimal): -15943649 or 2078732. OLE color: 2078732.

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

Color convert

RGB 12 184 31 -
CMYK 0.93 0 0.83 0.28
HSL 126.63º 0.88% 0.38% -
HSV(B) 126.63º 0.93% 0.72% -
XYZ 17.54 34.46 7.02 -
YUV 115.13 80.52 54.44 -
System Red Green Blue C M Y K H S L
Decimal 12 184 31 0.93 0 0.83 0.28 126.63 0.88 0.38
Hex C B8 1F 5D 0 53 1C 7F 58 26
Octal 14 270 37 135 0 123 34 177 130 46
Binary 1100 10111000 11111 1011101 0 1010011 11100 1111111 1011000 100110

Color Harmonies of #0CB81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB81F

Black with #0CB81F

Text Example


Text Example

White with #0CB81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,184,31); }

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

background-color css

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

 a { background-color: rgb(12,184,31); }

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

border-color css

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

 span { border-color: rgb(12,184,31); }

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