Html Css Color HEX #0CBE4A Dark Pastel Green

📋 copy color: '#0CBE4A'

red 12 ◦ green 190 ◦ blue 74

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

Shades of Dark Pastel Green #0CBE4A

Tints of Dark Pastel Green #0CBE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 68.84%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 4.35%
G = 68.84%
B = 26.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#0CBE4A (or 0x0CBE4A) is known color: Dark Pastel Green. HEX triplet: 0C, BE and 4A. RGB value is (12,190,74). Sum of RGB (Red+Green+Blue) = 12+190+74=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 190 (74.61% from 255 or 68.84% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBE4A is #F341B5. Grayscale: #7B7B7B. Windows color (decimal): -15942070 or 4898316. OLE color: 4898316.

HSL color Cylindrical-coordinate representation of color #0CBE4A: hue angle of 140.9º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE4A is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 190 74 -
CMYK 0.94 0 0.61 0.25
HSL 140.9º 0.88% 0.4% -
HSV(B) 140.9º 0.94% 0.75% -
XYZ 19.8 37.4 12.65 -
YUV 123.55 100.03 48.43 -
System Red Green Blue C M Y K H S L
Decimal 12 190 74 0.94 0 0.61 0.25 140.9 0.88 0.4
Hex C BE 4A 5E 0 3D 19 8D 58 28
Octal 14 276 112 136 0 75 31 215 130 50
Binary 1100 10111110 1001010 1011110 0 111101 11001 10001101 1011000 101000

Color Harmonies of #0CBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBE4A

Black with #0CBE4A

Text Example


Text Example

White with #0CBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,190,74); }

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

background-color css

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

 a { background-color: rgb(12,190,74); }

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

border-color css

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

 span { border-color: rgb(12,190,74); }

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